raspiblitz: Webinterface doesn't receive data from the API
Hi,
I’ve set up a new RaspiBlitz v1.8.0 on a Raspi4 with 8GB of RAM. I am able to login to the new web interface, but only see static stuff and spinning wheels:
Sometimes its just a spinning wheel (and after 10 minutes or so (!) it finally turns into the screenshot above):
In the settings, there is no information on RaspiBlitz or Blitz-API versions but the Reboot button works, so there has to be some communication to the API (or does that use a different connection?)
After a reboot its still the same.
The Blitz_API seems to be running:
root@raspberrypi:~# ps aux | grep api | grep -v grep blitzapi 783 2.2 0.7 929144 29628 ? Ssl 13:03 0:46 /usr/bin/python -m uvicorn app.main:app --port 11111 --host=0.0.0.0 --root-path /api
But with this via SSH on the RaspiBlitz:
curl --header “Content-Type: application/json”
–request POST
–data ‘{“password”:“mypassword”}’
http://127.0.0.1:11111/system/login
I get {"detail":"Not Found"}
, with curl -N http://127.0.0.1:11111/v1/bitcoin/getblockchaininfo
the same Not Found
I can’t find any logfile for the blitz_api. How can I debug this further?
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 23 (6 by maintainers)
This will fix the issue https://github.com/fusion44/blitz_api/pull/159
Clean Proxmox 1.8 CLN install:
@ChuckNorrison the issue with the one loading box is in the webUI, I created an issue for that: https://github.com/cstenglein/raspiblitz-web/issues/493
Update:
After a RaspiBlitz (Version 1.8.0b with lnd 0.15.2) Cleaninstall on Ubuntu, the Error is still persistent. I’cant be the only one having this issues, can i manually fix this with a workaround?
thanks