Scatter connect error - local.get-scatter.com
dgthbss opened this issue · 2 comments
dgthbss commented
matei-radu commented
That is normal.
ScatterJS will attempt to connect to multiple ports because it is unsure which one your Scatter Desktop is using:
50005
(50006
for HTTPS)51505
(51506
for HTTPS)53005
(53006
for HTTPS)54505
(54506
for HTTPS)56005
(56006
for HTTPS)
Your Scatter Desktop is using 50006
so only the connection to https://loca.get-scatter.com:50006
succeeded.
In general, as long as one of the attempts succeeds the other ones that fail can be safely ignored.
nsjames commented
That's 100% correct. Sadly we can't catch and hide those errors as they are thrown by the browser. Makes things messy, but the fallback ports make connections much more resilient for machines who have ports locked (like those using docker)