palavatv / palava-client

Signaling client for WebRTC video-/audio conferencing using the palava protocol
https://palava.tv
GNU Lesser General Public License v3.0
62 stars 15 forks source link

Safari cannot parse this JSON #15

Closed janlelis closed 4 years ago

janlelis commented 4 years ago

servers' joined_room event triggers this:

https://github.com/palavatv/palava-client/blob/v1.10.1/coffee/web_socket_channel.coffee#L34

farao commented 4 years ago

Could you paste the exact json string? maybe it's some character that it doesn't want to parse? the _?

janlelis commented 4 years ago

It's super strange, because when I manually parsed the JSON, Safari would not complain... I will try to retrieve and add more detailed debugging info

janlelis commented 4 years ago

Not an issue anymore in latest version