-
Notifications
You must be signed in to change notification settings - Fork 55
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
bug: cf worker error 1101 causing JSON.parse error #9
Comments
Is this happening continuously or sporadically? I've noticed occasionally cloudflare throws errors about a connection loss but haven't investigated. (The client code should obviously handle this better.) If it's continuous, please try deploying the worker yourself to see if you can reproduce and tail the log to get the underlying bug. Thanks! |
continuously by far |
Can you paste a dump of the payload going to the server or a CURL to repro? (Right click in the network tab and copy as curl) |
payload: {"r":"77dc3677df83be5f","k":"aR6mDaWWriOXvezZM1nRJ8wfIWE","d":["C8NprUJbq26mEvHaCdmwO+HqMGU","d8a4cc5b7b1732dd",false,"HpVqtw9iAzantbZBE7BZn+zjJerYXHlor0PFOqKEOds=",1659709213060,["IP"]],"t":1659709318894,"x":120000,"p":[]} |
this could be lightly related to #14 |
causes:
at:
p2pcf/src/p2pcf.js
Line 356 in 3b39885
The text was updated successfully, but these errors were encountered: