About the connection refuse
Open
Nobody has claimed this yet.
bug
- Dominant language
- Python
- Stars
- 8.5k
- Forks
- 905
- PR merge metrics
- No merged PRs in 30d
Description
Issue Description / 问题描述
报错 Connection refuse 8080,从来没见过这种报错,有点奇怪,请求帮助。
怀疑是配置问题,更换了配置的8080端口一样有这个问题出现
Steps to Reproduce / 复现步骤
在所有环境配置完成后,启动 python run.py --task "count from 10 to 1" --config_file "config.yml"
Expected Behavior / 预期行为
启动Xagent
Environment / 环境信息
- Operating System / 操作系统:Ubuntu 22.04
- Python Version / Python 版本:3.11
Error Screenshots or Logs / 错误截图或日志
Additional Notes / 其他备注
- Iocalhost:8080 端口五占用且端口已打开
- 换了3台电脑,均出现此错误,一模一样
- docker 拉取正常
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the documented entry point, python run.py --task "count from 10 to 1" --config_file "config.yml", and inspect how run.py reads the port configuration and reports the connection-refused error. Reproduce it on Ubuntu 22.04 with Python 3.11; done means identifying the failing connection and documenting or fixing startup so XAgent launches.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- backend, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100