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

Uncaught 'TimerItem' object has no attribute 'json' exception sometimes stops Depicted #163

Closed
scrofts opened this issue Oct 13, 2015 · 2 comments

Comments

@scrofts
Copy link

scrofts commented Oct 13, 2015

Couldn't reopen #65 myself. I'm still getting the same error when I leave the server running for any length of time:

ERROR workers.py:504] Error in workflow=dpxdt.client.queue_worker.RemoteQueueWorkflow({args: ('capture', <class 'dpxdt.client.capture_worker.DoCaptureQueueWorkflow'>), root: True, interrupted: False, kwargs: {max_tasks: 5, wait_seconds: 3}})#139715014742544 from item=dpxdt.client.timer_worker.TimerItem({ready_time: 1444193644.233015, delay_seconds: 10, done: True, parent: dpxdt.client.queue_worker.RemoteQueueWorkflow#139715014742544})#139714952756112, error=None
Traceback (most recent call last):
  File "/home/stan/dpxdt/dpxdt/client/workers.py", line 492, in _progress_workflow
    next_item = generator.send(item)
  File "/home/stan/dpxdt/dpxdt/client/queue_worker.py", line 220, in run
    if next_item.json:
AttributeError: 'TimerItem' object has no attribute 'json'
@bslatkin
Copy link
Owner

bslatkin commented Mar 7, 2016

Dupe of #65

@bslatkin bslatkin closed this as completed Mar 7, 2016
@bslatkin
Copy link
Owner

bslatkin commented Mar 7, 2016

Going to reopen 65

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