luvolondon / fvtt-module-jitsiwebrtc

Jitsi WebRTC client for FVTT
32 stars 8 forks source link

SyntaxError: Unexpected end of JSON input #53

Closed bekriebel closed 3 years ago

bekriebel commented 3 years ago

When using the Digital Ocean Jitsi Server Droplet, the following error is repeated in the console:

[modules/xmpp/xmpp.js] <A.tryParseJSONAndVerify>:  SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
    at A.tryParseJSONAndVerify (xmpp.js:723)
    at A._onPrivateMessage (xmpp.js:768)
    at I.Handler.run (strophe.umd.js:1875)
    at strophe.umd.js:3157
    at Object.forEachChild (strophe.umd.js:830)
    at I.Connection._dataRecv (strophe.umd.js:3146)
    at O.Bosh._onRequestStateChange (strophe.umd.js:5012)

This error does not seem to cause any actual connectivity issues. I am not able to reproduce this on other installations, including Linode's Jitsi One-Click App.

It seems that the marketplace droplet may no longer be maintained based on the github history.

If anyone can find an actual cause or fix for this error, please respond here. I am closing the issue as "Won't Fix" since it isn't related to the module and does not seem to cause any actual harm.