-
Notifications
You must be signed in to change notification settings - Fork 13
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
Code updates for Python 3 #27
base: master
Are you sure you want to change the base?
Conversation
After this changes most from #26 is fixed except:
|
Got it running now, but a bit unstable still. Now it's working on Python3. |
Hi! Thanks for making these fixes. Happy to merge shortly.
Is there anything in particular that's still unstable? |
On entering website:
no exact error shown when subscribing:
On a Detected flash
|
Tornado is not getting the real IPs from nginx and it's getting two errors when a new subscription appears and when a new flash shows up. resulting in not sending browser notifications. |
@lisbonjoker looks like you just need to make sure the data send to tornado is wrapped as string not bytes. Prob leftover 2-3 conversion crap. |
No description provided.