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
{{ message }}
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
WARNING 2012-08-06 18:07:34,498 celery.redirected: /opt/local/srv/python-environments/hydra/lib/python2.7/site-packages/celery/task/trace.py:306: RuntimeWarning: Exception raised outside body: AttributeError("'str' object has no attribute 'tb_frame'",):
Traceback (most recent call last):
File "/opt/local/srv/python-environments/hydra/lib/python2.7/site-packages/celery/task/trace.py", line 223, in trace_task
R = I.handle_error_state(task, eager=eager)
File "/opt/local/srv/python-environments/hydra/lib/python2.7/site-packages/celery/task/trace.py", line 92, in handle_error_state
}[self.state](task, store_errors=store_errors)
File "/opt/local/srv/python-environments/hydra/lib/python2.7/site-packages/celery/task/trace.py", line 124, in handle_failure
einfo=einfo)
File "/opt/local/srv/python-environments/hydra/lib/python2.7/site-packages/celery/utils/dispatch/signal.py", line 146, in send
response = receiver(signal=self, sender=sender, **named)
File "/Users/V/PycharmProjects/hydra/hydra_core/tasks.py", line 29, in process_failure_signal
'kwargs': kwargs,
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 1166, in error
self._log(ERROR, msg, args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 1258, in _log
self.handle(record)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 1268, in handle
self.callHandlers(record)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 1308, in callHandlers
hdlr.handle(record)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 748, in handle
self.emit(record)
File "/opt/local/srv/python-environments/hydra/lib/python2.7/site-packages/raven/handlers/logging.py", line 51, in emit
self.format(record)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 723, in format
return fmt.format(record)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 472, in format
record.exc_text = self.formatException(record.exc_info)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 438, in formatException
traceback.print_exception(ei[0], ei[1], ei[2], None, sio)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/traceback.py", line 125, in print_exception
print_tb(tb, limit, file)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/traceback.py", line 61, in print_tb
f = tb.tb_frame
AttributeError: 'str' object has no attribute 'tb_frame'
Any uncaught exception causes this. Reported to celery as well as I am not sure where this issue lies.
The text was updated successfully, but these errors were encountered:
Whenever error occurs within celery I am getting:
Any uncaught exception causes this. Reported to celery as well as I am not sure where this issue lies.
The text was updated successfully, but these errors were encountered: