Alexandre Desenfant

Results 8 comments of Alexandre Desenfant

Same issue, same fix. The fix works without the {{ }}. Why don't you ask for a pull?

Yes this was the reason. The variable was not set yet. I fixed it using a django template variable instead of a angular variable which was not always set. Your...

@puranjayjain. Did you experiment those solutions? Are you planning to fix this bug?

I think i had the same problem. $('#calendar').fullCalendar('refetchEvents') fixed it for me. But there is a bug in the watcher.

@j5awry : Here is some more info. Apparently this bug only occurs when FLASK is in DEBUG mode. If you turn this off everything is fine.

I looked more deeply and found this bug: In api.py, line 653: # When propagate_exceptions is set, do not return the exception to the # client if a handler is...

I have exactly the same issue. On Chrome i get this error message on this instruction: ``` ws = new WebSocket(url); ``` WebSocket connection to 'ws://www.mysite.com/ws/channelr?subscribe-user' failed: One or more...

I tried subscribe-session, and this time i get this error, even in development env. "One or more reserved bits are on: reserved1 = 0, reserved2 = 1, reserved3 = 0"