ZingerLittleBee / server_bee-backend

Backend for ServerBee
https://docs.serverbee.app
292 stars 15 forks source link

Token or server host is empty, will not start report thread! #85

Open scarletbright opened 5 months ago

scarletbright commented 5 months ago

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
ZingerLittleBee commented 5 months ago
scarletbright commented 5 months ago
  • [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:

Screenshot 2024-03-27 at 08 38 01

ZingerLittleBee commented 5 months ago
  • [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:

Screenshot 2024-03-27 at 08 38 01

I have never see this error before. Did you download the latest version?

scarletbright commented 5 months ago
  • [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: Screenshot 2024-03-27 at 08 38 01

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)