slimhase wrote: 
> E
> "Fehler beim Laden der Quell Zuordnung durch devtools: Der Inhalt für
> http://172.16.1.128:9000/material/html/lib/vue-virtual-scroller.min.js.map
> konnte nicht geladen werden: HTTP Fehler: Statuscode 404,
> net::ERR_HTTP_RESPONSE_CODE_FAILURE"

You can ignore that error message. Material's code is 'minified', and a
developer can ship a .map file which will (I think) map from the
minified to non-minifed verison to ease debugging. But you are not
debugging the code, just looking for Material's log messages - so just
ignore this.

Current logging info might be useful, but I'll try and recreate the
issue myself later. To edit/delete pocasts, Material uses the current
podcast ID - but if you have 2 LMS controllers open, and change podcasts
in one, then the other will have stale IDs. I guess I should also pass
the current URL/Name when editing/deleting - and confirm that the
names/URLs match before performing the action. I've created a github
issue for that: https://github.com/CDrummond/lms-material/issues/328



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to