I'm attempting to use bitbucket's API through Python with rauth. My get_request_token
call fails with the error: Key Error: 'Decoder failed to handle oauth_token with data as returned by provider. A different decoder may be needed. Provider returned: Could not verify OAuth request.'
I wrote and tested this code a year ago and it worked then (on the same server, in fact). What is wrong now?