Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to map the real IP of the service to the server #9

Open
cyxnzb opened this issue Oct 20, 2023 · 4 comments
Open

Unable to map the real IP of the service to the server #9

cyxnzb opened this issue Oct 20, 2023 · 4 comments

Comments

@cyxnzb
Copy link

cyxnzb commented Oct 20, 2023

I tried --host 127.0.0.1 but couldn't -- host my server's real IP.
Does it mean that I only need --host 127.0.0.1 to access this project through the real IP: port of my server?
image

@ruixie
Copy link

ruixie commented Oct 20, 2023

Of course, you can bind to your actual IP using the --host IP option. If that doesn't work, you can attempt to listen on all IPs by using --host 0.0.0.0.

@cyxnzb
Copy link
Author

cyxnzb commented Oct 21, 2023

Of course, you can bind to your actual IP using the --host IP option. If that doesn't work, you can attempt to listen on all IPs by using --host 0.0.0.0.

好像绑定不了我的服务器IP,只能0.0.0.0

@niuzhi
Copy link

niuzhi commented Oct 23, 2023

服务能正常启用,页面也可以访问到,但是在vscode插件里面总是提示超时,;链接不上codeshell,这是什么原因?
1.codeshell 服务

image

  1. 浏览器访问codeshell 服务正常

image

3.vscode 插件配置

image

4.vscode 调用codeshell插件进行分析,发现链接不上codeshell 服务,什么原因?

image

@DongchenZhou
Copy link

I have also encountered this, which may be due to the CPU's excessively fast inference speed, causing the request to think that it is a time supermarket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants