Tarmslitaren / FrosthavenAssistant

flutter app
GNU Affero General Public License v3.0
182 stars 45 forks source link

Unable to connect as Client #197

Open gkeeney opened 10 months ago

gkeeney commented 10 months ago

We have tried to set-up the Assistant for our game but have be unsuccessful. It appears that the app is trying a different Port than what we specify. We have tried multiple combinations of hosts and clients, different port numbers, made sure AP Isolation was disabled on the router, all with no success.

Here is the screenshot of the error we get. Screenshot 2023-10-14 085653

Any thoughts on what might be going on here?

Thanks

Client: Android App Version 1.8.6 running on Pixel 7 Android 13 Host: Windows Version 1.8.4 on Surface Pro 8 Windows 11

Tarmslitaren commented 10 months ago

that's a hard one.

if you have vpn, try to turn that off, it's possible the correct ip is not show when using vpn. if this is. the case, you may want to check from commandline run ipconfig /all to see what address to connect to.

if you have a guest network, configure that off as well. ( I can't run on my company's network due to this )

potentially might need to whitelist the port in your firewall, but typically you shouldn't need to.

the error message is a bit misleading as it shows the local port and not the outgoing, so pay that no mind. ( the error nr and the semaphore timeout is the important information).

The default 4567 port should work fine unless it's taken by another program. Just make sure both server and client use the same port and that clients connect to the server's local ip ( 192.168.xxx.xxx)

Sorry, I can't be more help, but it's a network issue, so there's a myriad of different setups and potential problems.

On Sat, 14 Oct 2023, 19.03 gkeeney, @.***> wrote:

We have tried to set-up the Assistant for our game but have be unsuccessful. It appears that the app is trying a different Port than what we specify. We have tried multiple combinations of hosts and clients, different port numbers, made sure AP Isolation was disabled on the router, all with no success.

Here is the screenshot of the error we get. [image: Screenshot 2023-10-14 085653] https://user-images.githubusercontent.com/64666589/275249746-7c8c4e95-0075-476a-ab1c-e504a4f5452e.png

Any thoughts on what might be going on here?

Thanks

Client: Android App Version 1.8.6 running on Pixel 7 Android 13 Host: Windows Version 1.8.4 on Surface Pro 8 Windows 11

— Reply to this email directly, view it on GitHub https://github.com/Tarmslitaren/FrosthavenAssistant/issues/197, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA4T5VBAJUGDSGJJQ5OG37LX7KZTZAVCNFSM6AAAAAA6AK6ETOVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE2DGMZWGI2TSNY . You are receiving this because you are subscribed to this thread.Message ID: @.***>