XBVR Guide - Host your own Video/Funscript streaming with Images, Previews and More!

Thanks :folded_hands:

1 Like

Just a warning (since I just ran in to this) but un-tick the options to overwrite your watch history/etc. when importing these if you care about those. I have some playlists that hinge on whether ive watched stuff or not so I screwed myself up a bit overwriting those - thankfully I had a fairly recent backup :stuck_out_tongue:

1 Like

Trying to get this working but it is not playing nice with me. When i try to install it nothing happens. when i check the logs on docker and on windows it just shows time="2025-06-02T18:18:32Z" level=info msg="visiting https://site-api.project1service.com/v2/releases?type=scene&limit=24&offset=106600" with the offset just increasing.

the localhost isnt running and neither is http://127.0.0.1:9999/. Any help would be appriciated.

You should see something like…

time="2025-06-02T18:26:11Z" level=info msg="Migration did run successfully"
time="2025-06-02T18:26:13Z" level=info msg="Starting router "
time="2025-06-02T18:26:13Z" level=info msg="Added realm: default"
time="2025-06-02T18:26:13Z" level=info msg="XBVR 0.4.33 (build date 2025-01-19T14:49:38Z) starting..."

Sounds like you have something wonky going on with your container. Are you using the Docker Compose from the xbvr wiki? It is setup for MariaDB - not the built-in SQLite DB - but would be a good starting point.

i just copied and pasted the docker container on the github page on my linux machine after the windows one also was just doing the same thing. Looking through the logs at the start it says ffprobe is not found in the $PATH which is weird since it says it should auto install with the container.

The ffprobe message is a normal and can be safely ignored.

The Docker Compose from this page:

required MariaDB rather than using the built-in SQLite DB. If that’s what you used and you don’t have MariaDB setup then that’s why it isn’t working right.