Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. Log Details (ERROR)
  2. Mon Jan 21 2019 13:58:54 GMT+0100 (sentraleuropeisk normaltid)
  3.  
  4. Error while executing automation automation.weekly_backup_to_google_friday_at_3_30_am. Unknown error for call_service at pos 1:
  5. Traceback (most recent call last):
  6. File "/usr/local/lib/python3.6/site-packages/aiohttp/connector.py", line 902, in _wrap_create_connection
  7. await self._loop.create_connection(*args, **kwargs))
  8. File "uvloop/loop.pyx", line 1879, in create_connection
  9. File "uvloop/loop.pyx", line 1858, in uvloop.loop.Loop.create_connection
  10. ConnectionRefusedError: [Errno 111] Connection refused
  11.  
  12. The above exception was the direct cause of the following exception:
  13.  
  14. Traceback (most recent call last):
  15. File "/usr/local/lib/python3.6/site-packages/homeassistant/components/rest_command.py", line 103, in async_service_handler
  16. headers=headers
  17. File "/usr/local/lib/python3.6/site-packages/aiohttp/client.py", line 403, in _request
  18. timeout=real_timeout
  19. File "/usr/local/lib/python3.6/site-packages/aiohttp/connector.py", line 500, in connect
  20. proto = await self._create_connection(req, traces, timeout)
  21. File "/usr/local/lib/python3.6/site-packages/aiohttp/connector.py", line 832, in _create_connection
  22. req, traces, timeout)
  23. File "/usr/local/lib/python3.6/site-packages/aiohttp/connector.py", line 970, in _create_direct_connection
  24. raise last_exc
  25. File "/usr/local/lib/python3.6/site-packages/aiohttp/connector.py", line 952, in _create_direct_connection
  26. req=req, client_error=client_error)
  27. File "/usr/local/lib/python3.6/site-packages/aiohttp/connector.py", line 909, in _wrap_create_connection
  28. raise client_error(req.connection_key, exc) from exc
  29. aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host blahblah.duckdns.org:8055 ssl:None [Connection refused]
  30.  
  31. During handling of the above exception, another exception occurred:
  32.  
  33. Traceback (most recent call last):
  34. File "/usr/local/lib/python3.6/site-packages/homeassistant/components/automation/__init__.py", line 382, in action
  35. await script_obj.async_run(variables, context)
  36. File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/script.py", line 131, in async_run
  37. await self._handle_action(action, variables, context)
  38. File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/script.py", line 210, in _handle_action
  39. action, variables, context)
  40. File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/script.py", line 299, in _async_call_service
  41. context=context
  42. File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/service.py", line 85, in async_call_from_config
  43. domain, service_name, service_data, blocking=blocking, context=context)
  44. File "/usr/local/lib/python3.6/site-packages/homeassistant/core.py", line 1121, in async_call
  45. self._execute_service(handler, service_call))
  46. File "/usr/local/lib/python3.6/site-packages/homeassistant/core.py", line 1143, in _execute_service
  47. await handler.func(service_call)
  48. File "/usr/local/lib/python3.6/site-packages/homeassistant/components/rest_command.py", line 116, in async_service_handler
  49. _LOGGER.error("Client error %s.", request.url)
  50. UnboundLocalError: local variable 'request' referenced before assignment
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement