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

[Bug] AttributeError: 'NoneType' object has no attribute 'id' #64

Open
smartcatboy opened this issue Feb 15, 2022 · 0 comments
Open

[Bug] AttributeError: 'NoneType' object has no attribute 'id' #64

smartcatboy opened this issue Feb 15, 2022 · 0 comments

Comments

@smartcatboy
Copy link
Contributor

AttributeError: 'NoneType' object has no attribute 'id'
  File "huey/api.py", line 379, in _execute
    task_value = task.execute()
  File "huey/api.py", line 772, in execute
    return func(*args, **kwargs)
  File "tasks/traffic.py", line 20, in traffic_server_runner
    finished_callback=iptables_finished_handler(server.id),

Unhandled exception in task 89a96969-0e37-4391-9fa1-a3a5be1a742d.

这个问题应该是由于删除 server 后,队列中还有 ddns 任务正在执行造成的。

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