cmc-csci143 icon indicating copy to clipboard operation
cmc-csci143 copied to clipboard

can't open the app on firefox browser

Open giffiecode opened this issue 1 year ago • 3 comments

i changed the port in the app.py file to 9999, used localhost:6666:localhost:9999 to run and access. I can open the the app through links http://localhost:9999 but can't open it through firefox via localhost:6666

Screen Shot 2024-02-06 at 11 14 20 AM

giffiecode avatar Feb 06 '24 19:02 giffiecode

my question is how to open this on firefox?

giffiecode avatar Feb 06 '24 19:02 giffiecode

If links works and firefox does not, that means that the problem is in the ssh port forwarding. You'll need to fix your -L flag in the ssh command. Sorry I can't tell you exactly what to put there, but the right incantation there should fix everything.

mikeizbicki avatar Feb 06 '24 19:02 mikeizbicki

channel 3: open failed: connect failed: Connection refused

i got this error in the terminal when I try to open the website through browser. Seems like the browser is connected to the terminal but couldn't open the website. How to proceed from here?

giffiecode avatar Feb 06 '24 21:02 giffiecode