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

TypeError when loading task json data #112

Open
alanhamlett opened this issue Jul 28, 2018 · 1 comment
Open

TypeError when loading task json data #112

alanhamlett opened this issue Jul 28, 2018 · 1 comment

Comments

@alanhamlett
Copy link
Contributor

Traceback (most recent call last):
  File "./test.py", line 4, in purge_tasktiger_error_queues
    count, tasks = Task.tasks_from_queue(tiger, queue, ERROR)
  File "./venv/lib/python3.5/site-packages/tasktiger/task.py", line 393, in tasks_from_queue
    data = json.loads(serialized_data)
  File "/usr/lib/python3.5/json/__init__.py", line 312, in loads
    s.__class__.__name__))
TypeError: the JSON object must be str, not 'NoneType'
@thomasst
Copy link
Member

What lead to this?

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

2 participants