QuantumEntangledAndy / neolink

An RTSP bridge to Reolink IP cameras
GNU Affero General Public License v3.0
343 stars 47 forks source link

Issue connecting to push notifications server #309

Closed Senbei123 closed 4 hours ago

Senbei123 commented 6 hours ago

Every 3 seconds I get the following messages:

--- Neolink ---
[2024-10-18T23:08:35Z INFO  neolink] Neolink f78be4dd18569fcb2a8ce38cda399dbeadc28165 release
[2024-10-18T23:08:35Z INFO  neolink::mqtt] Reolink: MQTT Starting
[2024-10-18T23:08:35Z INFO  neolink::utils] Reolink: Connecting to camera at UID: 9527000HZR6C1RJH
[2024-10-18T23:08:35Z INFO  neolink_core::bc_protocol] Reolink: Trying local discovery
[2024-10-18T23:08:35Z INFO  neolink_core::bc_protocol] Reolink: Trying remote discovery
[2024-10-18T23:08:35Z INFO  neolink_core::bc_protocol] Reolink: Trying map discovery
[2024-10-18T23:08:35Z INFO  neolink_core::bc_protocol] Reolink: Trying relay discovery
[2024-10-18T23:08:37Z INFO  neolink_core::bc_protocol] Reolink: Remote discovery success 9527000HZR6C1RJH at 192.168.1.130:46845
[2024-10-18T23:08:37Z INFO  neolink::utils] Reolink: Logging in
[2024-10-18T23:08:37Z INFO  neolink::utils] Reolink: Connected and logged in
[2024-10-18T23:08:38Z WARN  neolink::common::pushnoti] Issue connecting to push notifications server: ServerError("PHONE_REGISTRATION_ERROR")
[2024-10-18T23:08:39Z INFO  neolink::common::camthread] Reolink: Camera time is already set: 2024-10-19 1:08:37.0 -01:00:00
[2024-10-18T23:08:41Z INFO  neolink::common::neocam] Reolink: Model Argus 4 Pro
[2024-10-18T23:08:41Z INFO  neolink::common::neocam] Reolink: Firmware Version v3.0.0.3867_24072601
[2024-10-18T23:08:43Z WARN  neolink::common::pushnoti] Issue connecting to push notifications server: Http(reqwest::Error { kind: Decode, source: Error("expected value", line: 1, column: 1) })
[....]
[2024-10-18T23:11:01Z WARN  neolink::common::pushnoti] Issue connecting to push notifications server: ServerError("PHONE_REGISTRATION_ERROR")
[2024-10-18T23:11:06Z WARN  neolink::common::pushnoti] Issue connecting to push notifications server: Http(reqwest::Error { kind: Decode, source: Error("expected value", line: 1, column: 1) })
[2024-10-18T23:11:10Z WARN  neolink::common::pushnoti] Issue connecting to push notifications server: ServerError("PHONE_REGISTRATION_ERROR")
[2024-10-18T23:11:15Z WARN  neolink::common::pushnoti] Issue connecting to push notifications server: Http(reqwest::Error { kind: Decode, source: Error("expected value", line: 1, column: 1) })
[2024-10-18T23:11:18Z WARN  neolink::common::pushnoti] Issue connecting to push notifications server: ServerError("PHONE_REGISTRATION_ERROR")
[2024-10-18T23:11:23Z WARN  neolink::common::pushnoti] Issue connecting to push notifications server: Http(reqwest::Error { kind: Decode, source: Error("expected value", line: 1, column: 1) })
[2024-10-18T23:11:26Z WARN  neolink::common::pushnoti] Issue connecting to push notifications server: ServerError("PHONE_REGISTRATION_ERROR")
[2024-10-18T23:11:30Z WARN  neolink::common::pushnoti] Issue connecting to push notifications server: ServerError("PHONE_REGISTRATION_ERROR")
[2024-10-18T23:11:33Z WARN  neolink::common::pushnoti] Issue connecting to push notifications server: ServerError("PHONE_REGISTRATION_ERROR")

Expected behavior No error messages about the push notification server.

Versions Reolink camera model and firmware: Argus 4 Pro; 3.0.0. neolink version: neolink 0.6.3-rc.3 neolink mode: mqtt neolink log: info

QuantumEntangledAndy commented 4 hours ago

This is a duplicate. Google has removed the api we are using to register as a push notification server. Most info on it is available at #288