Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.20 KB | None | 0 0
  1. Loaded upnp from homeassistant.components.upn p
  2. 2019-04-24 21:42:10 INFO (MainThread) [homeassistant.components.discovery] Unknown service discovered: hom e_assistant {'properties': {'requires_api_password': True, 'version': '0.91.4', 'base_url': 'http://192.16 8.178.27:8123'}, 'port': 8123, 'hostname': 'Home._home-assistant._tcp.local.', 'host': '192.168.178.27'}
  3. 2019-04-24 21:42:10 INFO (MainThread) [homeassistant.components.discovery] Unknown service discovered: fri tzbox {'udn': 'uuid:123402409-bccb-40e7-8e6c-7CFF4D3CAC07', 'manufacturer': 'AVM Berlin', 'name': 'FRITZ!B ox 4020', 'ssdp_description': 'http://192.168.178.1:49000/fboxdesc.xml', 'model_name': 'FRITZ!Box 4020', ' model_number': 'avm', 'port': 49000, 'host': '192.168.178.1', 'serial': None, 'upnp_device_type': 'urn:sch emas-upnp-org:device:fritzbox:1'}
  4. 2019-04-24 21:42:10 INFO (MainThread) [homeassistant.components.discovery] Unknown service discovered: dln a_dms {'udn': 'uuid:fa095ecc-e13e-40e7-8e6c-7cff4d3cac07', 'manufacturer': 'AVM Berlin', 'name': 'AVM FRIT Z!Mediaserver', 'ssdp_description': 'http://192.168.178.1:49000/MediaServerDevDesc.xml', 'model_name': 'FR ITZ!Box 4020', 'model_number': 'avm', 'port': 49000, 'host': '192.168.178.1', 'serial': None, 'upnp_device _type': 'urn:schemas-upnp-org:device:MediaServer:1'}
  5. 2019-04-24 21:42:10 INFO (Thread-15) [homeassistant.util.package] Attempting install of async-upnp-client= =0.14.7
  6. 2019-04-24 21:42:57 ERROR (Thread-15) [homeassistant.util.package] Unable to install package async-upnp-cl ient==0.14.7: Exception:
  7. Traceback (most recent call last):
  8. File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool. py", line 594, in urlopen
  9. chunked=chunked)
  10. File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool. py", line 391, in _make_request
  11. six.raise_from(e, None)
  12. File "<string>", line 2, in raise_from
  13. File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool. py", line 387, in _make_request
  14. httplib_response = conn.getresponse()
  15. File "/usr/lib/python3.5/http/client.py", line 1198, in getresponse
  16. response.begin()
  17. File "/usr/lib/python3.5/http/client.py", line 297, in begin
  18. version, status, reason = self._read_status()
  19. File "/usr/lib/python3.5/http/client.py", line 266, in _read_status
  20. raise RemoteDisconnected("Remote end closed connection without"
  21. http.client.RemoteDisconnected: Remote end closed connection without response
  22.  
  23. During handling of the above exception, another exception occurred:
  24.  
  25. Traceback (most recent call last):
  26. File "/srv/homeassistant/lib/python3.5/site-packages/pip/basecommand.py", line 215, in main
  27. status = self.run(options, args)
  28. File "/srv/homeassistant/lib/python3.5/site-packages/pip/commands/install.py", line 353, in run
  29. wb.build(autobuilding=True)
  30. File "/srv/homeassistant/lib/python3.5/site-packages/pip/wheel.py", line 749, in build
  31. self.requirement_set.prepare_files(self.finder)
  32. File "/srv/homeassistant/lib/python3.5/site-packages/pip/req/req_set.py", line 380, in prepare_files
  33. ignore_dependencies=self.ignore_dependencies))
  34. File "/srv/homeassistant/lib/python3.5/site-packages/pip/req/req_set.py", line 487, in _prepare_file
  35. req_to_install, finder)
  36. File "/srv/homeassistant/lib/python3.5/site-packages/pip/req/req_set.py", line 428, in _check_skip_insta lled
  37. req_to_install, upgrade_allowed)
  38. File "/srv/homeassistant/lib/python3.5/site-packages/pip/index.py", line 465, in find_requirement
  39. all_candidates = self.find_all_candidates(req.name)
  40. File "/srv/homeassistant/lib/python3.5/site-packages/pip/index.py", line 423, in find_all_candidates
  41. for page in self._get_pages(url_locations, project_name):
  42. File "/srv/homeassistant/lib/python3.5/site-packages/pip/index.py", line 568, in _get_pages
  43. page = self._get_page(location)
  44. File "/srv/homeassistant/lib/python3.5/site-packages/pip/index.py", line 683, in _get_page
  45. return HTMLPage.get_page(link, session=self.session)
  46. File "/srv/homeassistant/lib/python3.5/site-packages/pip/index.py", line 792, in get_page
  47. "Cache-Control": "max-age=600",
  48. File "/srv/homeassistant/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 501, in get
  49. return self.request('GET', url, **kwargs)
  50. File "/srv/homeassistant/lib/python3.5/site-packages/pip/download.py", line 386, in request
  51. return super(PipSession, self).request(method, url, *args, **kwargs)
  52. File "/srv/homeassistant/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 488, in request
  53. resp = self.send(prep, **send_kwargs)
  54. File "/srv/homeassistant/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 609, in send
  55. r = adapter.send(request, **kwargs)
  56. File "/srv/homeassistant/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/adapt er.py", line 47, in send
  57. resp = super(CacheControlAdapter, self).send(request, **kw)
  58. File "/srv/homeassistant/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/adapters.py", line 423, in send
  59. timeout=timeout
  60. File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool. py", line 643, in urlopen
  61. _stacktrace=sys.exc_info()[2])
  62. File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/util/retry.py", line 315, in increment
  63. total -= 1
  64. TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'
  65. 2019-04-24 21:42:57 ERROR (MainThread) [homeassistant.requirements] Not initializing functools.partial(<cl ass 'homeassistant.helpers.config_entry_flow.DiscoveryFlowHandler'>, 'upnp', 'UPnP/IGD', <bound method Dev ice.async_discover of <class 'homeassistant.components.upnp.device.Device'>>, 'local_poll') because could not install requirement async-upnp-client==0.14.7
  66. 2019-04-24 21:42:57 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retr ieved
  67. Traceback (most recent call last):
  68. File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
  69. result = coro.send(None)
  70. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/discovery/__init__.py", li ne 160, in new_service_found
  71. data=info
  72. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/data_entry_flow.py", line 57, in asyn c_init
  73. handler, context=context, data=data)
  74. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/config_entries.py", line 699, in _asy nc_create_flow
  75. self.hass, self._hass_config, handler, component)
  76. File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 255, in async_process _deps_reqs
  77. raise HomeAssistantError("Could not install all requirements.")
  78. homeassistant.exceptions.HomeAssistantError: Could not install all requirements.
  79. 2019-04-24 21:42:57 INFO (Thread-10) [homeassistant.util.package] Attempting install of async-upnp-client= =0.14.7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement