Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. дек 11 16:31:09 wee1.int.nic.ru wee[6106]: [7f6c226c0488] ERROR [aiohttp_application.web.middleware:30] 'dict' object has no attribute 'obj_cache'
  2. Traceback (most recent call last):
  3. File "//usr/local/nic/wee/lib/python3.6/site-packages/aiohttp_application/web/middleware.py", line 19, in error_handler
  4. return await handler(request)
  5. File "//usr/local/nic/wee/lib/python3.6/site-packages/aiohttp_application/web/endpoint.py", line 79, in dispatch
  6. return await method(**args)
  7. File "//usr/local/nic/wee/lib/python3.6/site-packages/aiohttp_application/helpers/decorators.py", line 9, in wrapper
  8. res = await asyncio.shield(coro(*args, **kwargs))
  9. File "//usr/local/nic/wee/lib/python3.6/site-packages/wee-0.0.32-py3.6.egg/wee/web/handlers/jobs.py", line 71, in post
  10. job = await AddJobBuilder(self, request['json'], options, request['json']['type'])
  11. File "//usr/local/nic/wee/lib/python3.6/site-packages/wee-0.0.32-py3.6.egg/wee/builder/jobs/default.py", line 42, in __init__
  12. if 'workflow' in wfwenv.obj_cache:
  13. AttributeError: 'dict' object has no attribute 'obj_cache'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement