nicknsy / jellyscrub

Smooth mouse-over video scrubbing previews for Jellyfin.
MIT License
670 stars 27 forks source link

Web UI not working - uncaught type error? #41

Closed christovic closed 2 years ago

christovic commented 2 years ago

Manually injected the script as I didn't want index.html to be writable by my jellyfin user, the js is loaded correctly, but I'm getting this message:

ClientScript:68 Uncaught TypeError: Cannot read properties of null (reading 'appendChild') at ClientScript:68:19

No previews are popping up on the videos that have confirmed .bif files generated. I'm not sure if the above message is fatal, so not sure where to look basically.

nicknsy commented 2 years ago

What browser + version and are you running the stock latest of https://github.com/jellyfin/jellyfin-web? Could you paste the contents of the index.html as well.

christovic commented 2 years ago

So sorry, just realised I was putting the script tag before the body as I'm used to. It's working great now that I've moved it to the right place, so sorry to bother you! Great plugin, thanks so much for it!