Token or server host is empty, will not start report thread!
Getting these on three different servers:
[2024-03-26 17:08:56 main INFO] Actix runtime found; starting in Actix runtime
[2024-03-26 17:08:56 main WARN] Token or server host is empty, will not start report thread!
then this while trying to connect (the port is opened):
[2024-03-26 18:13:41 actix-rt|system:0|arbiter:1 ERROR] stream error: request parse error: invalid Header provided
[2024-03-26 18:13:42 actix-rt|system:0|arbiter:0 ERROR] stream error: request parse error: invalid Header provided
-
Token or server host is empty, will not start report thread!no need to care, this is waring. and will remove in latest version. -
[2024-03-26 18:13:41 actix-rt|system:0|arbiter:1 ERROR] stream error: request parse error: invalid Header provided.need more info, like version, more logs, after what you did
[2024-03-26 18:13:41 actix-rt|system:0|arbiter:1 ERROR] stream error: request parse error: invalid Header provided.need more info, like version, more logs, after what you did
I just ran the install script, opened the port with ufw (on Ubuntu 20.04.6 LTS server), then if i'm trying to connect with my local computer (Mac), the Ubuntu server stream that error (quoted)
the client log:
[2024-03-26 18:13:41 actix-rt|system:0|arbiter:1 ERROR] stream error: request parse error: invalid Header provided.need more info, like version, more logs, after what you didI just ran the install script, opened the port with ufw (on Ubuntu 20.04.6 LTS server), then if i'm trying to connect with my local computer (Mac), the Ubuntu server stream that error (quoted)
the client log:
I have never see this error before. Did you download the latest version?
[2024-03-26 18:13:41 actix-rt|system:0|arbiter:1 ERROR] stream error: request parse error: invalid Header provided.need more info, like version, more logs, after what you didI just ran the install script, opened the port with ufw (on Ubuntu 20.04.6 LTS server), then if i'm trying to connect with my local computer (Mac), the Ubuntu server stream that error (quoted) the client log:
I have never see this error before. Did you download the latest version?
yep, like this: bash <(curl -s https://raw.githubusercontent.com/ZingerLittleBee/server_bee-backend/main/script/startup.sh)
