server_bee-backend icon indicating copy to clipboard operation
server_bee-backend copied to clipboard

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

Open scarletbright opened this issue 1 year ago • 4 comments

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

scarletbright avatar Mar 26 '24 17:03 scarletbright

  • 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

ZingerLittleBee avatar Mar 27 '24 02:03 ZingerLittleBee

  • [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

scarletbright avatar Mar 27 '24 11:03 scarletbright

  • [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?

ZingerLittleBee avatar Mar 27 '24 12:03 ZingerLittleBee

  • [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)

scarletbright avatar Mar 27 '24 13:03 scarletbright