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

Reolink Flood Light (IOT) Issue connecting to push notification #328

Open
mgirgenti opened this issue Nov 18, 2024 · 0 comments
Open

Reolink Flood Light (IOT) Issue connecting to push notification #328

mgirgenti opened this issue Nov 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mgirgenti
Copy link

Describe the bug
Error log: [A clear and concise description of what the bug is.](neolink::common::pushnoti] Issue connecting to push notifications server: Http(reqwest::Error { kind: Decode, source: Error("expected value", line: 1, column: 1) }))

To Reproduce

  • This is a new install of Neolink. Only one device listed.
  • Start services
  1. MQTT starts and connects
  2. Connects to proper light per config. Shows connection, correct firmware, and device time.
  3. Error("expected value", line: 1, column: 1) })
    [2024-11-18T13:34:18Z DEBUG neolink::common::pushnoti] Push notification details are saved to Some("/root/.config/neolink/./neolink_token.toml")
    [2024-11-18T13:34:18Z DEBUG neolink::common::pushnoti] Registering new push notification token
    [2024-11-18T13:34:19Z WARN neolink::common::pushnoti] Issue connecting to push notifications server: Http(reqwest::Error { kind: Decode, source: Error("expected value", line: 1, column: 1) })

Expected behavior
Connect and be able to use MQTT to control light functions

Versions
NVR software: N/A
Neolink software: Neolink c335359 release (installed on HomeAssistant)
Reolink camera model and firmware: ReoLink IOT (Flood Light) Build 22090741. Hardware ver: F1_5628M. Firmware v3.0.0.131_22090741

I just saw this in the debug and appears to be device related?
[2024-11-18T13:33:11Z INFO neolink::common::neocam] Reo-Light1: Model Reolink Floodlight PoE
[2024-11-18T13:33:11Z INFO neolink::common::neocam] Reo-Light1: Firmware Version v3.0.0.1311_22090741
[2024-11-18T13:33:11Z DEBUG neolink::common::instance] - Task Error: Communication error
[2024-11-18T13:33:11Z DEBUG neolink::common::instance] - Task Error: Camera responded with Service Unavaliable: Msg of type 109 returned code 400
[2024-11-18T13:33:11Z DEBUG neolink::common::instance] Got a 400 code for CameraServiceUnavailable { id: 109, code: 400 } retry 0/5,
[2024-11-18T13:33:12Z DEBUG neolink::common::instance] - Task Error: Camera responded with Service Unavaliable: Msg of type 109 returned code 400
[2024-11-18T13:33:12Z DEBUG neolink::common::instance] Got a 400 code for CameraServiceUnavailable { id: 109, code: 400 } retry 1/5,
(repeats)
[2024-11-18T13:33:15Z WARN neolink::common::pushnoti] Issue connecting to push notifications server: Http(reqwest::Error { kind: Decode, source: Error("expected value", line: 1, column: 1) })

@mgirgenti mgirgenti added the bug Something isn't working label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant