Code updates for Python 3#27
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.