-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Hi guys!
I keep getting this error when trying to connect to my pyload installation
It was working for years. I recently changed my server (It was an ubuntu 14.04 LTS now it is an 16.04)
And frankly, since I haven't used the client for a while, I am not even 100% sure that this started after migrating to the new server, or before..
But the new server has the same IP address as the older one
All port forwarding setting are correct on my firewall.
In any case, however, the android client cannot even connect using the internal address from inside my network
The backend port is the default (7227) and the machine is listening normally to port 7227:
~# netstat -an | grep 7227 | grep -i listen
tcp 0 0 0.0.0.0:7227 0.0.0.0:* LISTEN
I also tried a different one (7777) without any luck
Any ideas?
My android version is 7.1.2 (Nexus 5x)