Search
Items tagged with: jellyfin
I was having issues with #Jellyfin. It ran, but the web interface wouldn't move beyond the splash screen due to syntax errors in the node.js files.
Scrubbed my install, installed fresh. Same errors.
@tek helpfully suggested I run Prettier (prettier.io) on the files to help me find the errors. Prettier re-formats code using consistent style guidelines, and works especially well on 655k, single-line JS files.
Restarting Jellyfin when Prettier finished fixed it.
