xbmc / chorus2

Official Kodi Web Interface
GNU General Public License v2.0
343 stars 116 forks source link

Album Artist bug with large number of Various artists albums #250

Open anemes opened 7 years ago

anemes commented 7 years ago

If 'Album artists only' is turned on and there are a large number of albums for an artist, eg. Various Artists, the web interface never loads the albums.

jez500 commented 7 years ago

I need more info...

anemes commented 7 years ago

1) The console log from Inspector is upon first opening chorus is

The connection to ws://192.168.0.46:9090/jsonrpc?kodi was interrupted while the page was loading. ''kodi-webinterface.js:14874:13 Failed to connect to websockets, so I am falling back to polling for updates. Which makes things slower and uses more resources. Please ensure you have 'Allow programs on other systems to control Kodi ENABLED in the Kodi settings (System > Services > Remote control). You may also get this if you are using proxies or accessing via an IP addess when localhost will suffice. If websockets normally works, you might just need to refresh your browser. kodi-webinterface.js:484:5 error { target: WebSocket, isTrusted: true, currentTarget: WebSocket, eventPhase: 2, bubbles: false, cancelable: false, defaultPrevented: false, composed: false, timeStamp: 1489972915279000, cancelBubble: false, originalTarget: WebSocket } kodi-webinterface.js:486:14 Websockets Closed kodi-webinterface.js:484:5 close { target: WebSocket, isTrusted: true, wasClean: false, code: 1006, reason: "", currentTarget: WebSocket, eventPhase: 2, bubbles: false, cancelable: false, defaultPrevented: false, composed: false } ''kodi-webinterface.js:486:14 downloadable font: OS/2: bad linegap: -64 (font-family: "Material-Design-Icons" style:normal weight:normal stretch:normal src index:1) source: http://192.168.0.46:8080/themes/base/fonts/material/Material-Design-Icons.woff base.css:37:80136 Websockets Active kodi-webinterface.js:484:5 soundManager: useFlashBlock is false, 100% HTML5 mode is possible. Rebooting with preferFlash: false...

but everything else works in chorus2.

Once I select Various Artists it returns

uncaught exception: Error code: -32602 - message: Invalid params. - kodi-webinterface.js:9

2) The page requests is /#music/artist/12 where I guess 12 maps to various artists.

3) This happens on all browsers on osx (chrome and firefox latest) and windows (chrome, firefox, edge).