You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: