CodeTogether-Inc / CodeTogether-Live

Repository for issues, documentation and more for codetogether.com and associated VS Code extension and Eclipse plugins.
Other
103 stars 12 forks source link

Error requesting session server #357

Closed Clemorange22 closed 1 year ago

Clemorange22 commented 2 years ago

Describe the bug A clear and concise description of what the bug is. When trying to host a session : image

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Codetogether tab
  2. Click on 'Host new session then start
  3. See error

Expected behavior Launch collaborating session Screenshots If applicable, add screenshots to help explain your problem.

CodeTogether Host

IDE Participant Nobody Browser Participant Nobody

Additional context I'm using code-server (self-hosted web vscode) Workaround (if any) No

toddewilliams commented 2 years ago

This is unusual. I note you're using code-server. Did you launch code-server using the flags documented in the Collaboration Guide?

Also, are you behind any sort of a firewall or access the internet through a proxy server? Normally this isn't an issue as CodeTogether uses standard ports, but some configuration might be highly restrictive.

Clemorange22 commented 2 years ago

I installed code-server via yunohost Install script is here : https://github.com/YunoHost-Apps/code-server_ynh Code server is running behind a nginux proxy I use the right flags I think