unbox icon indicating copy to clipboard operation
unbox copied to clipboard

Rekordbox 7.0.1.0021 Win11 Cannot GET /unbox_overlay.html

Open sebdooris opened this issue 1 year ago • 1 comments

Windows 11 unbox 11.3 Rekordbox 7.0.1.0021

Database connection successful but http://localhost:8001/unbox_overlay.html shows this error. "Cannot GET /unbox_overlay.html"

Tracks in performance mode have been running for over 60 seconds.

Have verified the webserver is running fine by fetching the following file and I can see expected contents http://localhost:8001/tailwind.css

http://localhost:8001/album_art.html produces a blank page.

While a performance is playing no further files are created in the public folder. image

sebdooris avatar May 26 '24 09:05 sebdooris

Ah if you change any of the overlay colors in the unbox app it should write the overlay html to that directory. Sorry about this, I think I have a branch that fixes this, will merge it in soon.

erikrichardlarson avatar May 26 '24 16:05 erikrichardlarson

I am having this same issue.

mrjamesroe avatar Apr 22 '25 21:04 mrjamesroe

Ok, so to resolve this, you need to ensure that the options.json file located in C:\Users\YOURUSERNAME\AppData\Roaming\Pioneer\rekordboxAgent\storage is correctly populated with the path to your database (wherever you have it) but also has a [share] key with the path to your share location.

This folder contains artwork, and Unbox uses the values inside Rekordbox's master.db SQLite database to derive the path to each songs artwork but it needs to know the "base" path to your "share" directory.

For example, I keep my database and share on an external drive which I map to Z: That makes my path look like this: Z:\PIONEER\Master\share

Example options.json

{ "options": [ ["db-path", "Z:\\PIONEER\\Master\\master.db"], ["share-path", "Z:\\PIONEER\\Master\\share"] ] }

mrjamesroe avatar Apr 23 '25 12:04 mrjamesroe

Unbox will loop as designed, but not invoke the websocket if your path to artwork isn't correct in my testing which leads to these HTML files not getting rendered / created.

mrjamesroe avatar Apr 23 '25 12:04 mrjamesroe