Replies: 2 comments 1 reply
|
Hey @robwoodok sorry for the late reply, lemme look into this and get back to you asap. Thank you for your patience and support! |
|
Hey @robwoodok Sorry for the wait. Two different problems here, with two different answers. Roku can't work, and I should have documented that sooner. StarTrack injects a script into the Jellyfin web interface. Roku, Android TV and the mobile apps don't run that web UI at all, so there's nothing for StarTrack to attach to. Ratings you make in a browser are stored on the server and are safe - the native apps just can't display them. v1.7.0 adds a "Where StarTrack works" table to the README so this is clear up front. Firefox: I could not reproduce it, but chasing it did turn up a real bug. I ran a clean Firefox against a real Jellyfin and StarTrack loaded and rendered exactly as it does in Chromium, so there's no Firefox-specific fault in the plugin that I can find. What I did find is that StarTrack had been corrupting index.html. Its cleanup routine removed the path out of the old script tag instead of the whole tag, leaving <script src="?v=abc123"></script> behind - which points at the page itself, so the browser re-downloads the whole page and tries to run HTML as JavaScript. One of these was left behind on every plugin update. It's fixed in v1.7.0, and the fix also cleans up the ones already on disk. That is very likely not your whole problem - those broken tags affect every browser - but please update to 1.7.0 first and see whether Firefox behaves. If it still doesn't show, could you check these? In Firefox, on your Jellyfin page: Ctrl+U (view source) and search for StarTrack. Is a <script> tag there at all? Sorry for the late reply! |
Uh oh!
There was an error while loading. Please reload this page.
Mozilla Firefox 154.0 (latest) no display of StarTrack. I've allowed popup for my jellyfinn server address, but not sure what else I need to change to "allow" it to display. Brave browser works just fine on two different machines with 2 different JellyFin servers. And also...ROKU is not displaying StarTrack either. Please help point me in the right direction.
All reactions