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

🐛 释放队列报错 #76

Open
3 tasks done
lifepppp opened this issue Aug 1, 2023 · 5 comments
Open
3 tasks done

🐛 释放队列报错 #76

lifepppp opened this issue Aug 1, 2023 · 5 comments

Comments

@lifepppp
Copy link

lifepppp commented Aug 1, 2023

问题简述

File "/midjourney-api/util/_queue.py", line 52, in pop
self._concur_queue.remove(_trigger_id)
ValueError: list.remove(x): x not in list

复现方式

图片返回后释放队列失败

环境信息

  • OS: ubuntu
  • Python: Python 版本号 (3.10)
  • Others: 其它信息

额外信息

图片返回后释放队列失败

一点点的自我检查

  • 充分阅读 README.md,特别是与本 issue 相关的部分
  • 如果是网络问题,已经检查网络连接、设置是否正常,并经过充分测试认为这是项目本身的问题
  • 本 issue 在 issues 中并没有重复问题
@xuyaokun
Copy link

xuyaokun commented Aug 7, 2023

我和同样的问题,也是这个提示,兄弟你最后咋解决的啊?

@xuyaokun
Copy link

xuyaokun commented Aug 7, 2023

这个情况,不是一直出现,是偶尔出错的,哎头大了

@lifepppp
Copy link
Author

lifepppp commented Aug 8, 2023

没解决,看了docker的日志,每次回调释放 /v1/api/trigger/queue/release 会出现两次, 因为第一次已经是释放成功了,第二次释放就自然失败了,已经释放过了。

@xuyaokun
Copy link

xuyaokun commented Aug 21, 2023 via email

@tangramor
Copy link

I created an PR for this: #84

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

3 participants