mirror of
https://github.com/fosrl/gerbil.git
synced 2026-07-10 19:44:32 -05:00
[GH-ISSUE #82] Failed to report peer bandwidth: API returned non-OK status: 400 Bad Request #958
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zer0ish on GitHub (May 13, 2026).
Original GitHub issue: https://github.com/fosrl/gerbil/issues/82
Describe the Bug
After updating my Pangolin stack I also updated Gerbil from 1.3 to latest/1.4 and my logs started showing this every 10 seconds. Not sure what is causing this.
Failed to report peer bandwidth: API returned non-OK status: 400 Bad RequestEnvironment
To Reproduce
Do incremental updates to pangolin from 1.16 to latest.
Then do updated for Gerbil from 1.3 to latest.
All I did was do updates.
Pangolin is still working but this message won't stop.
Expected Behavior
Not spamming logs every 10 seconds with the message:
Failed to report peer bandwidth: API returned non-OK status: 400 Bad Request@jherkenhoff commented on GitHub (May 31, 2026):
Same here after a fresh install
@Scarpy19 commented on GitHub (Jun 4, 2026):
I encountered the same
400 Bad Requesterror when reporting peer bandwidth after updating the Gerbil package in my Docker setup.I have:
docker-compose.ymlstacks: one for Pangolin and another for a Arcane.To fix it i stopped both compose stacks, first arcane, then pangonil. Started the Pangolin stack first and waited for it to fully initialize. Then started the Arcane stack.
After this, the
400 Bad Requesterrors stopped and everythin started working correctly.I know you did a fresh install but check another network services around there
@zer0ish commented on GitHub (Jun 4, 2026):
By Arcane, do you mean the GetArcane docker manager like Portainer? I do use it.
I did your steps and the issue persists.
Girbil just got an update today, but it didn't address this issue.
@Scarpy19 commented on GitHub (Jun 4, 2026):
Yes, i mean Arcane. I tested again and shutting down first Arcane completely and waiting for pangolin to be up address the issue. Doing it in another order gives me the error 400 bad request.
@zer0ish commented on GitHub (Jun 4, 2026):
Yeah didn't work for me. A solution via update would be better. Having to do those steps every time I update or reboot is worst then just having the spam msg I don't really see unless I open the log.