jellyfin / jellyfin-plugin-reports

Reports Plugin for Jellyfin
https://jellyfin.org
MIT License
30 stars 19 forks source link

Jellyfin 10.3.0 reports 2.0.0.0 not working #7

Closed oddstr13 closed 4 years ago

oddstr13 commented 5 years ago

This is the result of clicking the Reports menu item from the dashboard

image

relevant part of the dev console:

appRouter - processing path request /web/configurationpage appRouter.js:391:9
appRouter - user is authenticated appRouter.js:412:13
Error: Load failed: emby-linkbutton: http://nastest-bcachefs.local:8096/web/emby-linkbutton.js?v=10.3.0 alameda.js:284:30

Force reloading the page (CTRL+F5) brings up the following

image

The script from “http://nastest-bcachefs.local:8096/web/emby-linkbutton.js?v=10.3.0” was loaded even though its MIME type (“text/html”) is not a valid JavaScript MIME type.[Learn More] index.html
Loading failed for the <script> with source “http://nastest-bcachefs.local:8096/web/emby-linkbutton.js?v=10.3.0”. index.html:1:1
RequireJS error: Error: Load failed: emby-linkbutton: http://nastest-bcachefs.local:8096/web/emby-linkbutton.js?v=10.3.0. Failed modules: site.js:389:9
Error: Load failed: emby-linkbutton: http://nastest-bcachefs.local:8096/web/emby-linkbutton.js?v=10.3.0 alameda.js:284:30

I know it has been mentioned in chat, but I figured it would probably be best to have a proper issue tracking it.