jprq
jprq copied to clipboard
join public router. quickly.
jprq.io - open.jprq.io - tcp.jprq.io bad request
Hi, https://open.jprq.io bad request
**Error is like while making connection** TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed...
I used this lib a while ago, simply perfect, went to use today and started having this problem. What happened? >>> jprq.__version__ '2.1.0' >>> Traceback (most recent call last): File...
File "jprq\tunnel_tcp.py", line 22, in open_tcp_tunnel File "websockets\legacy\client.py", line 633, in aenter File "websockets\legacy\client.py", line 650, in await_impl_timeout File "asyncio\tasks.py", line 483, in wait_for File "websockets\legacy\client.py", line 654, in await_impl...
I'm getting this error
When exposing Icecast through jprq, the stream loads indefinitely unless TCP is used instead of HTTP. Example: `https://example.jprq.io/radio.mp3` loads indefinitely `http://tcp.jprq.io:65535/radio.mp3` works as expected
After running a JPRQ tunnel for a long period of time, the program continues to run on my server, but, JPRQ returns "Tunnel does not exist" to the client
``` ~ $ jprq http 5050 -s=msr8 jprq : 2.0.1 Press Ctrl+C to quit. Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/jprq", line 33, in sys.exit(load_entry_point('jprq==2.0.1', 'console_scripts', 'jprq')()) File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/click/core.py", line...
Can I make the console show the IP address of everyone who is connecting to my http server? If yes then how so? I am making a login system for...