Ron F. wrote: > Master branch: I tried this with my server and I got the following > error: > DevTools failed to load SourceMap: Could not load content for > 'http://<My Server IP>:9000/material/html/lib/axios.min.map:' > (http://192.168.1.101:9000/material/html/lib/axios.min.map:) HTTP error: > status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE > DevTools failed to load SourceMap: Could not load content for > 'http://<My Server > IP>:9000/material/html/lib/vue-virtual-scroller.min.js.map:' > (http://192.168.1.101:9000/material/html/lib/vue-virtual-scroller.min.js.map:) > HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Ignore .map errors. These are to allow debugging of minified files (they alow the file to be unminified) . Material does not have any .mp files, hence 404 *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
