weblink icon indicating copy to clipboard operation
weblink copied to clipboard

Can't Connect to URL Provided in my PC's CMD on Phone Browser

Open ItCouldOnlyBeSK opened this issue 2 years ago • 14 comments

I'm having the issue of the webpage not loading on my phone browser described much like in closed issue #6 so I ran the commend they were told to do and this is what I got

C:\Windows\System32>ruby -rsocket -e 'pp Socket.getifaddrs.map{ [_1, _1.addr] }' [[#<Socket::Ifaddr ethernet_32770>, nil], [#<Socket::Ifaddr ethernet_32774 UP fe80::71a2:d645:c8cf:f56e%22>, #<Addrinfo: fe80::71a2:d645:c8cf:f56e%22>], [#<Socket::Ifaddr ethernet_32774 UP 10.1.119.101>, #<Addrinfo: 10.1.119.101>], [#<Socket::Ifaddr ethernet_32775>, nil], [#<Socket::Ifaddr wireless_32769>, nil], [#<Socket::Ifaddr wireless_32770>, nil], [#<Socket::Ifaddr wireless_32768 UP 192.168.57.135>, #<Addrinfo: 192.168.57.135>], [#<Socket::Ifaddr ethernet_32776>, nil], [#<Socket::Ifaddr loopback_0 UP,LOOPBACK ::1>, #<Addrinfo: ::1>], [#<Socket::Ifaddr loopback_0 UP,LOOPBACK 127.0.0.1>, #<Addrinfo: 127.0.0.1>]]

The address that prints for me starts with 192 so I'm guessing I've maybe got the issue where Weblink has selected the wrong address? Do I need to have ivp6 turned on? How do I solve this problem?

ItCouldOnlyBeSK avatar Dec 16 '22 02:12 ItCouldOnlyBeSK