-
Notifications
You must be signed in to change notification settings - Fork 204
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
TypeError: cannot use a string pattern on a bytes-like object #243
Comments
I'm having the same problem on Python 3.6. I'm surprised no one has commented on this ticket created back in June. |
Any updates on this issue? Anything preventing the review of the pull request? |
Feels like a dead project to me. |
Hey guys! |
skip_remote_checks = True is a workaround ... as long as you guys don't need more stringent validation for production. I'd like to have it, so I'm awaiting. |
Python 3.9 and Flanker v0.9.14 and issue does still exist. |
Python version 3.7.7
flanker version 0.9.11
I found the fix
flanker/flanker/addresslib/address.py line 322
from
plugin = plugin_for_esp(exchanger)
to
plugin = plugin_for_esp(exchanger.decode('utf-8'))
The text was updated successfully, but these errors were encountered: