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 after HAOS reboot #255

Closed
Explodedkola opened this issue Jul 31, 2024 · 1 comment
Closed

Error after HAOS reboot #255

Explodedkola opened this issue Jul 31, 2024 · 1 comment

Comments

@Explodedkola
Copy link

Explodedkola commented Jul 31, 2024

Govee Device SKU

H6076

Govee2MQTT Version

2024.07.13-82ddc6e9

Describe the issue

Govee2mqtt has been working great for a long time now, but I just did a reboot and now none of my devices are available and the govee2mqtt addon keeps crashing. It starts up and gets to “querying platform api for device list” then I get an error as shown in the screenshot and then the addon shuts down. I have made no changes to the home assistant for weeks either. I didn’t install any updates, except for after it stopped working I updated this addon, but that did not fix the issue.
IMG_3773

Startup Diagnostics

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
GOVEE_API_KEY=REDACTED
GOVEE_MQTT_HOST=core-mosquitto
GOVEE_TEMPERATURE_SCALE=C
GOVEE_EMAIL=REDACTED
GOVEE_PASSWORD=REDACTED
GOVEE_MQTT_PASSWORD=REDACTED
GOVEE_LAN_BROADCAST_ALL=false
GOVEE_MQTT_USER=addons
GOVEE_MQTT_PORT=1883
++ cd /app
++ exec /app/govee serve
[2024-07-30T19:35:26 INFO govee::commands::serve] Starting service. version 2024.07.13-82ddc6e9
[2024-07-30T19:35:26 INFO govee::commands::serve] Querying platform API for device list
[2024-07-30T19:36:26 WARN govee::cache] error sending request for url (https://openapi.api.govee.com/router/api/v1/user/devices): operation timed out, will use prior results
Error: error sending request for url (https://openapi.api.govee.com/router/api/v1/user/devices): operation timed out

Stack backtrace:
0: std::backtrace::Backtrace::create
1: anyhow::error::::msg
2: anyhow::__private::format_err
3: govee::cache::CacheResult::into_result
4: govee::platform_api::GoveeApiClient::get_devices::{{closure}}
5: govee::commands::serve::ServeCommand::run::{{closure}}
6: govee::Args::run::{{closure}}
7: tokio::runtime::park::CachedParkThread::block_on
8: tokio::runtime::context::runtime::enter_runtime
9: tokio::runtime::runtime::Runtime::block_on
10: govee::main
11: std::sys_common::backtrace::__rust_begin_short_backtrace
12: std::rt::lang_start::{{closure}}
13: std::rt::lang_start_internal
14: main
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

Additional Logs

No response

Home Assistant Logs

No response

Anything else?

No response

@CamSoper
Copy link

You're experience the same thing as me, except I use the container.

Already logged an issue: #254

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

2 participants