lofi icon indicating copy to clipboard operation
lofi copied to clipboard

"Unexpected token ... is not a valid JSON" blinking on the song information

Open vvyushmanov opened this issue 10 months ago • 0 comments

Environment:

  • Windows 11
  • Spotify Premium account
  • Lofi v 2.0.2

Summary:

Periodically, when the playback is on pause, some errors blink in the song information mini-window. Looking at the Dev tools console logs, there's this:

anonymous) @ renderer.bundle.js:465
renderer.bundle.js:465 SyntaxError: Unexpected token 'i', "i6HgRGYKQU"... is not valid JSON
(anonymous) @ renderer.bundle.js:465
renderer.bundle.js:465 SyntaxError: Unexpected token 's', "skfJ1neoFU"... is not valid JSON
(anonymous) @ renderer.bundle.js:465
renderer.bundle.js:465 SyntaxError: Unexpected token 'X', "XPHnOT5JRX"... is not valid JSON
(anonymous) @ renderer.bundle.js:465
renderer.bundle.js:465 SyntaxError: Unexpected non-whitespace character after JSON at position 1
(anonymous) @ renderer.bundle.js:465
renderer.bundle.js:465 SyntaxError: Unexpected token 'D', "DdZEdn3PIV"... is not valid JSON
(anonymous) @ renderer.bundle.js:465
renderer.bundle.js:465 SyntaxError: Unexpected token 'i', "isGhlZIFSJ"... is not valid JSON
(anonymous) @ renderer.bundle.js:465
renderer.bundle.js:465 SyntaxError: Unexpected token 'l', "lEMGKBkub2"... is not valid JSON
(anonymous) @ renderer.bundle.js:465
renderer.bundle.js:465 SyntaxError: Unexpected token 'w', "woNkKDoVwn"... is not valid JSON
(anonymous) @ renderer.bundle.js:465
2renderer.bundle.js:465 SyntaxError: Unexpected non-whitespace character after JSON at position 1
(anonymous) @ renderer.bundle.js:465
renderer.bundle.js:465 SyntaxError: Unexpected token 'C', "CKnNSCD_AE"... is not valid JSON
(anonymous) @ renderer.bundle.js:465
renderer.bundle.js:465 SyntaxError: Unexpected token 's', "s9KDvpTXdI"... is not valid JSON
(anonymous) @ renderer.bundle.js:465
renderer.bundle.js:465 SyntaxError: Unexpected token 'R', "RKhesJpnBy"... is not valid JSON
(anonymous) @ renderer.bundle.js:465
renderer.bundle.js:465 SyntaxError: Unexpected non-whitespace character after JSON at position 1
(anonymous) @ renderer.bundle.js:465
renderer.bundle.js:465 SyntaxError: Unexpected token 'h', "h43zKHhlhZ"... is not valid JSON
(anonymous) @ renderer.bundle.js:465
renderer.bundle.js:465 SyntaxError: Unexpected token 'W', "WZ6qQlrm93"... is not valid JSON
(anonymous) @ renderer.bundle.js:465
renderer.bundle.js:465 SyntaxError: Unexpected token 'K', "KPHAus32Fy"... is not valid JSON
(anonymous) @ renderer.bundle.js:465
renderer.bundle.js:465 SyntaxError: Unexpected token 'u', "uBhko-ty8R"... is not valid JSON
(anonymous) @ renderer.bundle.js:465

vvyushmanov avatar Feb 13 '25 11:02 vvyushmanov