Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. <details>
  2. <summary>Debug log</summary>
  3. DevTools failed to parse SourceMap: chrome-extension://hhinaapppaileiechjoiifaancjggfjm/vendor/md5.min.js.map
  4. controller.js:559 Tab 31: New song detected: {
  5. "track": "Permeation",
  6. "artist": "Dj P — Buy",
  7. "album": null,
  8. "uniqueID": null,
  9. "duration": null,
  10. "currentTime": null,
  11. "isPlaying": true,
  12. "trackArt": null,
  13. "isPodcast": false
  14. }
  15. pipeline.js:46 Execute processors: 4
  16. scrobble-service.js:90 Send "get info" request: 1
  17. base.js:239 Last.fm: track.getinfo response:
  18. {
  19. "error": 6,
  20. "message": "Track not found",
  21. "links": []
  22. }
  23. scrobble-service.js:94 Unable to get song info from Last.fm
  24. (anonymous) @ scrobble-service.js:94
  25. Promise.catch (async)
  26. (anonymous) @ scrobble-service.js:93
  27. getSongInfo @ scrobble-service.js:92
  28. process @ metadata.js:28
  29. processSong @ pipeline.js:49
  30. async function (async)
  31. processSong @ pipeline.js:49
  32. processSong @ controller.js:335
  33. processNewState @ controller.js:272
  34. onStateChanged @ controller.js:214
  35. onPortMessage @ extension.js:181
  36. (anonymous) @ extension.js:91
  37. coverartarchive.js:35 Found album artwork via MusicBrainz
  38. controller.js:559 Tab 31: Song finished processing: {
  39. "parsed": {
  40. "track": "Permeation",
  41. "artist": "Dj P — Buy",
  42. "album": null,
  43. "uniqueID": null,
  44. "duration": null,
  45. "currentTime": null,
  46. "isPlaying": true,
  47. "trackArt": null,
  48. "isPodcast": false
  49. },
  50. "processed": {},
  51. "internalId": "c0a12f7e41ef3b4ae02a2bf8d2d05887",
  52. "metadata": {
  53. "userloved": false,
  54. "startTimestamp": 1582792777,
  55. "label": "MixCloud",
  56. "trackArtUrl": "http://coverartarchive.org/release/0480f964-b363-4b88-b2cf-8f7d53448d50/front"
  57. },
  58. "flags": {
  59. "isProcessed": true,
  60. "isScrobbled": false,
  61. "isCorrectedByUser": false,
  62. "isValid": true,
  63. "isMarkedAsPlaying": false,
  64. "isSkipped": false,
  65. "isReplaying": true
  66. }
  67. }
  68. controller.js:559 Tab 31: The song will be scrobbled in 26 seconds
  69. controller.js:559 Tab 31: The song will be repeated in undefined seconds
  70. </details>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement