Fixed TypeError #364
No reviewers
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#364
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
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?
In some cases Twitter API returns only one error like this
But _get_error_message at api.py trying to catch 0th error message on response:
That raises: TypeError: string indices must be integers
So i added an exception to handle this case. I'm waiting for your comments. Can we merge it to master?
Coverage decreased (-0.18%) when pulling
14526cb3dfon miratcan:master into38328e77adon ryanmcgrath:master.Thanks for this!