Skip to content
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

JSON parsing fails on bytes not str on Python 3 #22

Open
pjrharley opened this issue Aug 4, 2016 · 0 comments
Open

JSON parsing fails on bytes not str on Python 3 #22

pjrharley opened this issue Aug 4, 2016 · 0 comments

Comments

@pjrharley
Copy link

Using the library with python 3 results in a JSON parsing error:

TypeError: the JSON object must be str, not 'bytes'

This is on line 27 of __sse_transport.py

pjrharley pushed a commit to pjrharley/signalr-client-py that referenced this issue Aug 4, 2016
Previously on Python 3 response.content is bytes not str
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant