Fix upload_video "string argument detected, got 'bytes'" bug. #426
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#426
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "bugs/422"
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?
Needed to use BytesIO instead of StringIO when uploading video to Twitter.
Tested with python 2.6.9, 2.7.11, 3.3.6, 3.5.1.
fixes #422
Coverage decreased (-0.2%) to 56.065% when pulling
1b20f8f0f9on philgyford:bugs/422 into2faa84629bon ryanmcgrath:master.Coverage decreased (-0.2%) to 56.065% when pulling
1b20f8f0f9on philgyford:bugs/422 into2faa84629bon ryanmcgrath:master.Coverage decreased (-0.2%) to 56.065% when pulling
1b20f8f0f9on philgyford:bugs/422 into2faa84629bon ryanmcgrath:master.Dammit; decreased coverage due to removing lines! :)