Burton Podczerwinski

Results 6 comments of Burton Podczerwinski

+1 @trusktr @wingedfox A good place to start would be to add documentation around what @trusktr commented on in the code snippet above. I'm in the same boat, I would...

I ran into the same issue, and the solution is right in the link you provided. In the meantime add the Migrate Plugin. Be sure to include before you include...

@PythonKaBadshah double check your credentials, seems like something is wrong with your config... ``` 401 Unauthorized Authentication credentials were missing or incorrect. Also returned in other circumstances, for example all...

@PythonKaBadshah looks like your missing the parent "api" object in the config... this is what I have and it works... ``` { "api": { "consumer_key": "XXXXXXXXXXXXXXXXXXXXXXXXX", "consumer_secret": "XXXXXXXXXXXXXXXXXXXXXXXXX", "access_token_key": "XXXXXXXXXXXXXXXXXXXXXXXXX",...

I cannot reproduce this issue.