2024-08-08, 09:16 PM
Can you help me understand why I'm seeing below, but I'm able to connect to Nextpvr.
C:\Users\samwi>curl --verbose http://localhost:8866/service?method=channel.m3u
* Host localhost:8866 was resolved.
* IPv6: ::1
* IPv4: 127.0.0.1
* Trying [::1]:8866...
* Trying 127.0.0.1:8866...
* connect to ::1 port 8866 from :: port 53110 failed: Connection refused
* connect to 127.0.0.1 port 8866 from 0.0.0.0 port 53111 failed: Connection refused
* Failed to connect to localhost port 8866 after 2242 ms: Couldn't connect to server
* Closing connection
curl: (7) Failed to connect to localhost port 8866 after 2242 ms: Couldn't connect to server
C:\Users\samwi>curl --verbose http://localhost:8866/service?method=channel.m3u
* Host localhost:8866 was resolved.
* IPv6: ::1
* IPv4: 127.0.0.1
* Trying [::1]:8866...
* Trying 127.0.0.1:8866...
* connect to ::1 port 8866 from :: port 53110 failed: Connection refused
* connect to 127.0.0.1 port 8866 from 0.0.0.0 port 53111 failed: Connection refused
* Failed to connect to localhost port 8866 after 2242 ms: Couldn't connect to server
* Closing connection
curl: (7) Failed to connect to localhost port 8866 after 2242 ms: Couldn't connect to server