-
Notifications
You must be signed in to change notification settings - Fork 221
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
Exception: 'LimitedStream' object has no attribute 'raw' when using Django 2.1.5 #286
Comments
Same problem here. Do you find something about it @stefancon ? |
I have same problem too.Have anybody idea about fixing it without downgrade Django? |
I think that the problem related with commit (django/django@08f78a4) |
@stefancon @bertini36 I think that i fixed the problem |
Still get the same error Other Exception: 'LimitedStream' object has no attribute 'raw' with the next one AttributeError: 'LimitedStream' object has no attribute 'raw' It seems I do something wrong but I cannot guess what |
I never tested this library on Django-2 or later, so please be patient until I have some time to do so, or try yourself. |
2019-08-14 04:39:54,382 django.request ERROR Other Exception: 'LimitedStream' object has no attribute 'raw' Followed by 2019-08-14 04:39:54,383 django.request WARNING Starting late response on websocket With Django 2.2.4 and python 3.6.8 using the new code submitted above. Anybody else getting this ? |
Using Django 2.1.5 I get the following exception:
The text was updated successfully, but these errors were encountered: