8000 Verizon FiOS-G1100 InternetGateway not loaded · Issue #81472 · home-assistant/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Verizon FiOS-G1100 InternetGateway not loaded #81472

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

Closed
michael7835 opened this issue Nov 3, 2022 · 4 comments
Closed

Verizon FiOS-G1100 InternetGateway not loaded #81472

michael7835 opened this issue Nov 3, 2022 · 4 comments
Assignees

Comments

@michael7835
Copy link

The problem

No entities can be enabled.

What version of Home Assistant Core has the issue?

2022.11.0

What was the last working version of Home Assistant Core?

2022.10.5

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Verizon FiOS-G1100

Link to integration documentation on our website

https://www.home-assistant.io/integrations/upnp/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Logger: homeassistant.setup
Source: helpers/network.py:207
First occurred: 7:44:10 AM (1 occurrences)
Last logged: 7:44:10 AM

Error during setup of component ssdp
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/setup.py", line 235, in _async_setup_component
    result = await task
  File "/usr/src/homeassistant/homeassistant/components/ssdp/__init__.py", line 223, in async_setup
    await server.async_start()
  File "/usr/src/homeassistant/homeassistant/components/ssdp/__init__.py", line 687, in async_start
    await self._async_start_upnp_servers()
  File "/usr/src/homeassistant/homeassistant/components/ssdp/__init__.py", line 700, in _async_start_upnp_servers
    presentation_url = get_url(self.hass, allow_ip=True, prefer_external=False)
  File "/usr/src/homeassistant/homeassistant/helpers/network.py", line 168, in get_url
    request_host = _get_request_host()
  File "/usr/src/homeassistant/homeassistant/helpers/network.py", line 207, in _get_request_host
    raise NoURLAvailableError
homeassistant.helpers.network.NoURLAvailableError
Logger: homeassistant.setup
Source: setup.py:182
First occurred: 7:44:16 AM (2 occurrences)
Last logged: 7:44:23 AM

Unable to set up dependencies of upnp. Setup failed for dependencies: ssdp
Unable to set up dependencies of default_config. Setup failed for dependencies: ssdpLogger: homeassistant.setup
Source: setup.py:184
First occurred: 7:44:16 AM (2 occurrences)
Last logged: 7:44:23 AM

Setup failed for upnp: (DependencyError(...), 'Could not setup dependencies: ssdp')
Setup failed for default_config: (DependencyError(...), 'Could not setup dependencies: ssdp')Logger: homeassistant.setup
Source: setup.py:357
First occurred: 7:44:28 AM (2 occurrences)
Last logged: 7:44:28 AM

Unable to set up dependencies of upnp. Setup failed for dependencies: ssdp
Unable to set up dependencies of dlna_dmr. Setup failed for dependencies: ssdp

Additional information

No response

@home-assistant
Copy link
home-assistant bot commented Nov 3, 2022

Hey there @StevenLooman, mind taking a look at this issue as it has been labeled with an integration (upnp) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of upnp can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Change the title of the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign upnp Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


upnp documentation
upnp source
(message by IssueLinks)

@jcastro
Copy link
jcastro commented Nov 3, 2022

I'm having similar problem

Logger: homeassistant.setup
Source: helpers/network.py:207
First occurred: 2:56:14 PM (1 occurrences)
Last logged: 2:56:14 PM

Error during setup of component ssdp
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/setup.py", line 235, in _async_setup_component
    result = await task
  File "/usr/src/homeassistant/homeassistant/components/ssdp/__init__.py", line 223, in async_setup
    await server.async_start()
  File "/usr/src/homeassistant/homeassistant/components/ssdp/__init__.py", line 687, in async_start
    await self._async_start_upnp_servers()
  File "/usr/src/homeassistant/homeassistant/components/ssdp/__init__.py", line 700, in _async_start_upnp_servers
    presentation_url = get_url(self.hass, allow_ip=True, prefer_external=False)
  File "/usr/src/homeassistant/homeassistant/helpers/network.py", line 168, in get_url
    request_host = _get_request_host()
  File "/usr/src/homeassistant/homeassistant/helpers/network.py", line 207, in _get_request_host
    raise NoURLAvailableError
homeassistant.helpers.network.NoURLAvailableError

I'm using Ngnix reverse proxy. Here's my HTTP configuration on HA

http:
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem
  use_x_forwarded_for: true
  trusted_proxies:
    - 10.0.1.36 # this is the IP of my proxy

@StevenLooman
Copy link
Contributor

This should be fixed with #81453 / (upcoming) home assistant 2022.11.1. I'm closing this issue. Please leave a comment on this issue, or create a new issue and mention this issue.

@michael7835
Copy link
Author
michael7835 commented Nov 4, 2022 via email

@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 2022
4C04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants
0