fcfangcc
fcfangcc
同遇到这个问题。这应该是个bug,一直没人修复。建议起个loop循环注册可以解决这个问题
@ljsun 问题一可能是你没有勾选Preserve log(就在network页面)选项,因为扫码登陆后页面会刷新。如果不保留历史就会刷新掉只显示当前页面的network。 问题二没遇到过……能说下什么环境不
参考 [Flask](https://fcfangcc.github.io/pyxxl/example/#run-with-flask-only-for-develop),但是不建议生产环境这样使用,建议web和pyxxl分开部署
I can't repeat this issue. Please more information, like ```python def list_dependencies(): import json import sys from importlib.metadata import version dependencies = ["pylint", "pylint_plugin_utils", "astroid", "pydantic", "pylint_pydantic"] return json.dumps({i: version(i)...
```python from pydantic import BaseModel, validator class AModel(BaseModel): a_field: str @validator("a_field") def _validate_field(cls, value): return value ``` in my test, example no errors. dependency packages ``` annotated-types 0.6.0 astroid 2.13.5...
日志里面有具体的失败原因的,看下或者贴出来。还有把issue的信息补全下,不然不好排查
pyxxl访问`http://10.3.240.112:20052/xxl-job-admin/api/callback`然后被服务端重定向到`http://10.3.240.112:20052/toLogin'`了。服务端忘这个方向排查吧,看看为什么被重定向了
#3332 I am trying to fix this bug and waiting for merge. Perhaps someone can improve the PR @elghali **headers=[]** can skip this bug ``` await producer.send_and_wait(RESULTS_TOPIC, key=correlation_id, value=result_event.encode('utf-8'),headers=[]) ```
> [@fcfangcc](https://github.com/fcfangcc) thank you for the tip, however does this affect the traces collecting? It won't affect the traces collecting. This usage is just to avoid triggering a logical bug...