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

请问该怎么处理 #782

Open
timespace02 opened this issue Jan 17, 2024 · 0 comments
Open

请问该怎么处理 #782

timespace02 opened this issue Jan 17, 2024 · 0 comments

Comments

@timespace02
Copy link

Traceback (most recent call last):
File "proxyPool.py", line 43, in
cli()
File "/usr/local/lib/python3.6/site-packages/click/core.py", line 764, in call
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.6/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "proxyPool.py", line 32, in schedule
startScheduler()
File "/app/helper/launcher.py", line 30, in startScheduler
__beforeStart()
File "/app/helper/launcher.py", line 38, in __beforeStart
if __checkDBConfig():
File "/app/helper/launcher.py", line 57, in __checkDBConfig
db = DbClient(conf.dbConn)
File "/app/util/singleton.py", line 25, in call
cls._inst[cls] = super(Singleton, cls).call(*args)
File "/app/db/dbClient.py", line 56, in init
self.parseDbConn(db_conn)
File "/app/db/dbClient.py", line 64, in parseDbConn
cls.db_port = db_conf.port
File "/usr/local/lib/python3.6/urllib/parse.py", line 172, in port
port = int(port, 10)
ValueError: invalid literal for int() with base 10: 'port'

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

1 participant