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

Occasional 'NoneType' object is not iterable #170

Open
burner1024 opened this issue Oct 31, 2024 · 0 comments
Open

Occasional 'NoneType' object is not iterable #170

burner1024 opened this issue Oct 31, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@burner1024
Copy link

Hi!
I'm getting this error occasionally:

Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/pyaarlo/background.py", line 35, in _run_next
    job["callback"](**job["args"])
  File "/usr/local/lib/python3.9/site-packages/pyaarlo/media.py", line 197, in update
    for video in data:
TypeError: 'NoneType' object is not iterable

My pyaarlo version is a little behind, but from what I see, this code also hasn't been changed for quite some time.

@twrecked twrecked self-assigned this Oct 31, 2024
@twrecked twrecked added the bug Something isn't working label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants