fcfangcc / pyxxl

XXL-JOB的Python执行器实现,可以方便的将Python方法注册到XXL-JOB的调度中心上进行管理
https://fcfangcc.github.io/pyxxl/
GNU General Public License v3.0
60 stars 16 forks source link

2.4.0 xxl-job-admin 有兼容问题 #51

Closed devyun1901 closed 3 months ago

devyun1901 commented 3 months ago

Problem description

使用 Demo 启动后一直卡在 ============================= test session starts ============================= collecting ... 在 xxl-job-admin 看不到注册信息

使用 Demo flask_app.py 提示: 2024-08-01 11:29:46.252 [MainThread] [NotInTask] DEBUG D:\work\81_python\pyxxl-main\pyxxl-main\pyxxl\xxl_client.py(_post:87) - post to xxl-job path=registry payload={'registryGroup': 'EXECUTOR', 'registryKey': 'xxl-job-executor-sample', 'registryValue': 'http://127.0.0.1:9999'} 2024-08-01 11:29:46.254 [MainThread] [NotInTask] ERROR D:\work\81_python\pyxxl-main\pyxxl-main\pyxxl\xxl_client.py(registry:64) - Registry executor failed. The access token is wrong.

Steps to reproduce the problem

最好可以附上代码

Specifications like the version of the project, operating system, or hardware

fcfangcc commented 3 months ago

报错信息不是很明显吗The access token is wrong

没填token或者填错了 配置说明