Sjeiti / project-invoice

This invoicing application stores all your data on your local machine. Your data is not shared between different browsers or computers.
https://projectinvoice.nl/
GNU General Public License v3.0
1 stars 1 forks source link

p2p peerjs call returns error #236

Closed Sjeiti closed 4 years ago

Sjeiti commented 4 years ago

Initiating a receiving p2p (to generate a key) calls wss://0.peerjs.com/peerjs?key=peerjs&id=gmx4cmumty0fgz12c88b60fbd01e&token=stdi88um9rm but returns {"type":"ERROR","payload":{"msg":"Server has reached its concurrent user limit"}}.

The frontend fails silently, it should at least show a message of the fail. Maybe there are settings possible to employ other servers?

Sjeiti commented 4 years ago

The issue is fixed with commit 5b1a22f but still needs a proper error message should it arise again.