nilfoer / gwaripper

Tool for conveniently downloading audios from r/gonewildaudio and similar subreddits
MIT License
30 stars 5 forks source link

HTTP 302 / ERR_CONNECTION_REFUSED when connecting to WebGUI from other computer in LAN #17

Closed porotect closed 6 months ago

porotect commented 7 months ago

When I connect to the WebGUI from another computer in my LAN, the site doesn't load and I get an ERR_CONNECTION_REFUSED error. I tested this with Firefox and the Brave browser.

I get this message from the terminal that launched the WebGUI, whenever this happens: "GET / HTTP/1.1" 302 -

I run GWARipper through this build: GWARipper-v0.8.0_single-folder_lin-x64

nilfoer commented 7 months ago

Did you run the WebGUI with ./gwaripper webgui open?

It should say sth. like this in the console:

 * Running on http://127.0.0.1:7568
 * Running on http://xxx.xxx.xxx.xxx:7568
porotect commented 6 months ago

I was missing the "open" part. Thanks now it works for me.