-
Notifications
You must be signed in to change notification settings - Fork 108
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
AttributeError: 'NoneType' object has no attribute 'split' #74
Comments
Also, here's what I have installed in my
|
Hi, same here: Python 3.5.2 / Django 2.0.3
|
I'm currently running into the same issue too with a test application. Has anyone managed to identify the cause of this? |
I see same errors with Python 3.5.2 + Django 2.0.3 on Ubuntu 16.04 Though I don't use django-sslserver at all. I do use: |
I think this might be an issue with django 2.0 itself, I noticed this error in 3 of my django project. |
tl;dr: So I don't use this package anymore, but for those looking for a solution, the exception may be due to additional requirements in the The exception certainly is coming from something outside of django-sslserver itself, so if anyone has success with the above, let us know so we could close this issue, with maybe just an update to requirements.txt. |
As suggested, I tried: I am still experiencing the issue. Everything seems to be working properly, but the command line is flooded with these errors. It happens with every one of my Django projects. I am using Python 3.7.0 and Django 2.1. |
Judging by the traceback, this looks like the same error detailed in issue #31. Note that the AttributeError is the result of a chain of |
How can I fix this problem? |
Am also having this issue now, and based on google search it seems like its a Django thing. |
I'm facing the same issue while working on windows and using firefox browser, whereas application is running fine on Ubuntu. Looks like there is some problem with the firewall processing the http requests. |
Hi, i used pip install --force-reinstall requests[security] and this as solved my problem, very thanks. The lines come out only once and then they do not come out anymore. |
I had the same issue. |
i have the same error,but i solve it . |
@Ontheroad123 Are you saying that you downgraded Python and Django? ...because that's the worst thing you can do. You're testing against a version that you can't use in production because the whole point of newer versions is to fix known security vulnerabilities. |
yes, i downgrades python and django,though i don't know real reason |
is also not working in Django 2.1.15, still facing the issue |
django-helpdesk/django-helpdesk#621 |
I'm running Python 3.5 and Django 2.0.2.
After installing django-sslserver, I'm seeing an exception whenever there's any sort of POST to my localhost server. It doesn't yet seem to be causing any problems, but any advice would be appreciated.
Here's the traceback:
The text was updated successfully, but these errors were encountered: