weblink icon indicating copy to clipboard operation
weblink copied to clipboard

Trouble connecting

Open eraeling opened this issue 2 years ago • 1 comments

So, weblink does not seem to be working when I type in the address given (172.16.XXX.X:8080) I looked through some of the other issue articles and ran this command to troubleshoot myself: ruby -rsocket -e 'pp Socket.getifaddrs.map { [_1, _1.addr] }'

I plugged in some of the numbers from the output into the link as well, none of them ended up working:

C:\Users\era45>ruby -rsocket -e 'pp Socket.getifaddrs.map { [_1, _1.addr] }' [[#<Socket::Ifaddr iftype53_32770 LOOPBACK>, nil], [#<Socket::Ifaddr ethernet_32772>, nil], [#<Socket::Ifaddr iftype53_32769 LOOPBACK>, nil], [#<Socket::Ifaddr iftype53_32768 LOOPBACK>, nil], [#<Socket::Ifaddr wireless_32771>, nil], [#<Socket::Ifaddr wireless_32772>, nil], [#<Socket::Ifaddr ethernet_32774 UP 172.16.xxx.x>, #<Addrinfo: 172.16.xxx.x>], [#<Socket::Ifaddr ethernet_32775 UP 172.16.31.1>, #<Addrinfo: 172.16.31.1>], [#<Socket::Ifaddr wireless_32768 UP 2607:fb91:1102:f394:c8e7:2811:9d93:b25d>, #<Addrinfo: 2607:fb91:1102:f394:c8e7:2811:9d93:b25d>], [#<Socket::Ifaddr wireless_32768 UP 2607:fb91:1102:f394:68b6:9c9f:d0d7:a37d>, #<Addrinfo: 2607:fb91:1102:f394:68b6:9c9f:d0d7:a37d>], [#<Socket::Ifaddr wireless_32768 UP fe80::c8e7:2811:9d93:b25d%5>, #<Addrinfo: fe80::c8e7:2811:9d93:b25d%5>], [#<Socket::Ifaddr wireless_32768 UP 169.254.178.93>, #<Addrinfo: 169.254.178.93>], [#<Socket::Ifaddr loopback_0 UP,LOOPBACK ::1>, #<Addrinfo: ::1>], [#<Socket::Ifaddr loopback_0 UP,LOOPBACK 127.0.0.1>, #<Addrinfo: 127.0.0.1>], [#<Socket::Ifaddr ethernet_32777 UP fe80::65fa:42ef:9eb2:ab2e%28>, #<Addrinfo: fe80::65fa:42ef:9eb2:ab2e%28>], [#<Socket::Ifaddr ethernet_32777 UP 172.29.96.1>, #<Addrinfo: 172.29.96.1>]]

The weblink link works when I run it remotely, and on an extra windows laptop with a hotspot; however it doesnt seem to work on my phone, which is what I need to use in the future. I am using the latest 1.2.0 version

eraeling avatar Aug 18 '22 03:08 eraeling