cmc-csci143
cmc-csci143 copied to clipboard
can't open the app on firefox browser
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
my question is how to open this on firefox?
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.
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?