Twitter XML Errors Handled Badly #266
Labels
No labels
Bug
Enhancement
Feature Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/twython#266
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When a pair of intermediary OAuth tokens expire before you use them (or if you try to reuse them) Twitter spits out a weird XML error. Twython handles this very ungracefully and doesn't raise an error of any kind. Instead if gives us a dictionary with
<?xml versionas its only key.Hm, Twitter seems to be returning a JSON response but not valid JSON. :( I'll try and find a work around for this!
Thanks for looking into it! Much appreciated.
Sorry I haven't got around to fixing it. I will try within the next couple weeks. Just have been really overhauled lately!
@fletom Manage to find some time to fix this up for you. Will be available in the next version of Twython! Again, sorry for taking so long