-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
send_direct_message and ValueError: Only unicode objects are escapable. #480
Comments
Can you |
OK thanks for waiting. My requests is really old, turns out 👇. Unfortunately I won't have time to upgrade and retest until Friday.
|
Just hit this myself, with these versions on the most basic example.
using Python 3.6.4, doing the most basic postmessage example :/ Actually this seems to be in the twitter library itself |
I'm following the simplest examples but cannot get direct messages working.
With a
conf.py
containing (well, with real keys):This script fails:
..with this traceback:
I think this parallels #121, but I can't tell what
requests
is choking on.The text was updated successfully, but these errors were encountered: