Skip to content
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

Error fetching entities from Home Assistant, but different #35

Open
Bumblebee38 opened this issue Jan 12, 2024 · 0 comments
Open

Error fetching entities from Home Assistant, but different #35

Bumblebee38 opened this issue Jan 12, 2024 · 0 comments

Comments

@Bumblebee38
Copy link

Same scenario as is #30, but it still does not work after a few days. Restarts, whether of the device, of Home Assistant, or the Add-On did not work. Global settings can be accessed. Long-lived token is set. I added the URL with and without quotation marks because my other URLs work without those marks. So I am unsure whether it works with or without. Doesn't hurt anyone. I also tried it with only one entry, so the problem should not be because the entry is there two times ;)

Set-Up:

  • Raspberry Pi 4 with Home Assistant OS
  • Core: 2024.1.2
  • Supervisor: 2023.12.0
  • Operating System: 11.4

HTTP configuration:

http:
  cors_allowed_origins:
    - https://google.com
    - https://www.home-assistant.io
    - http://192.168.0.200:8800 # for Photodash Add-On
    - "http://192.168.0.200:8800" # for Photodash Add-On
  ip_ban_enabled: true
  login_attempts_threshold: 3
  use_x_forwarded_for: true
  trusted_proxies:
    - 172.30.33.0/24

Logs:

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
Prisma schema loaded from prisma/schema.prisma
Datasource "db": MySQL database "photodash" at "core-mariadb:3306"

The database is already in sync with the Prisma schema.

Running generate... (Use --skip-generate to skip the generators)
Running generate... - Prisma Client
✔ Generated Prisma Client (4.10.1 | library) to ./node_modules/@prisma/client in
 924ms

Listening on 0.0.0.0:3000
@Bumblebee38 Bumblebee38 changed the title Error fetching entities from Home Assistant, again Error fetching entities from Home Assistant, but different Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant