Brewpi USB port broken

Still the same thing

HAR suggests it may have been an error in writing initial settings to the datastore. If you click on the pencil next to services, and add a service with id spark-one, does that work?

when I hover over the pencil for Services or Dashboard, my cursor turns to a circle with a line through it

You can try to reset the datastore by running:

brewblox-ctl down
brewblox-ctl setup

It will note that your directory already contains some things:

  • you don’t have to update brewblox-ctl
  • you can keep docker-compose.yml
  • do not keep datastore files
  • you can keep history files
  • you can keep traefik files

then run brewblox-ctl up again and refresh the UI.

Its running as I type, but this popped in in the middle:
Removing network brewblox_default
WARNING: Network brewblox_default not found.

That’s fine. It just tried to remove something that was already removed.

BREWBLOX_CFG_VERSION=0.2.2
All done!

WE’RE WORKING! YES! Ha! Little excited

Yay! That’s good to hear. Now we can go to bed…
Thanks for providing us with new data to fix bugs.

… Except… That bar pops up again for the Wizard thing…

Hang on… It works fine on my laptop, but the raspberry pi it does the bar thing

Do you still have errors in the JavaScript console?

Could perhaps be a caching issue that ctrl-F5 or clearing cache might fix.

One error:
chunk-vendors.fb30db2b.js:30 TypeError: Object.fromEntries is not a function
at Object.get (app.7973e4fb.js:1)
at Object.getOwnPropertyNames.forEach.e.get.n.getters.n.getters.(anonymous function) (https://192.168.1.104/ui/js/chunk-vendors.fb30db2b.js:55:3477)
at wrappedGetter (chunk-vendors.fb30db2b.js:36)
at Vue. (chunk-vendors.fb30db2b.js:36)
at Watcher.get (chunk-vendors.fb30db2b.js:30)
at Watcher.evaluate (chunk-vendors.fb30db2b.js:30)
at Vue.computedGetter [as spark/groupState] (chunk-vendors.fb30db2b.js:30)
at Object.get [as spark/groupState] (chunk-vendors.fb30db2b.js:36)
at Object.get (chunk-vendors.fb30db2b.js:55)
at VueComponent.get (app.7973e4fb.js:1)
logError @ chunk-vendors.fb30db2b.js:30

I disabled cache and when I click “Next” in quick start, that error pops up in dev tools

What browser is used on the pi?
Object.fromEntries is not supported in all browsers, because it is a fairly recent addition to JavaScript.

Im on Chromium. Should I see if theres an update?

Probably a good idea to run a

sudo apt update && sudo apt upgrade -y

We do recommend using your laptop. We’re already kind of stretching what you can do with a Pi - also running the UI there will not be great for performance.

He is also not running the latest image. But see what the about tab of the browser tells you as version number.

Version 72.0.3626.121 (Official Build) Built on Raspbian , running on Raspbian 9.11 (32-bit)