Closed jihobak closed 3 years ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
This was related to proxy issue. Thanks!
@jihobak thanks for following up!
Bug description
There's no problem when I logged through local network(in university) but here is a problem. When I tried to access to hub at outside of local network(university), I got below error log. So, hub showed me a message such as "Error Starting Kernel, Invalid response: 400 Bad Request". Also, I could find the a message like 'Websocket connection to ~~~~/user/user_name/terminals/websocket/1 failed' in the browser console.
However, I made and run independent jupyterlab sever through docker(not using tljh). I can access to server unlike tljh like above!
I thought this issue is related to firewall(proxy) setting of local network(university) as the websocket error message showed, but I can access to the server even at outside of network without tljh.
Could you give me the any guidance to solve the problem? Which part do you think have the problem ?
Thanks