When trying to parse the metadata i get error inside console
Uncaught TypeError: Class extends value undefined is not a constructor or null at node_modules/icecast-parser/dist/StreamReader.js (icecast-parser.js?v=e2d0f265:452:47) at __require (chunk-TYRVL62N.js?v=e2d0f265:5:50) at node_modules/icecast-parser/dist/Parser.js (icecast-parser.js?v=e2d0f265:532:26) at __require (chunk-TYRVL62N.js?v=e2d0f265:5:50) at icecast-parser.js?v=e2d0f265:617:16
The title of stream keeps appearing on the console, but other functions stops from working.
What could be the issue?
When trying to parse the metadata i get error inside console
Uncaught TypeError: Class extends value undefined is not a constructor or null at node_modules/icecast-parser/dist/StreamReader.js (icecast-parser.js?v=e2d0f265:452:47) at __require (chunk-TYRVL62N.js?v=e2d0f265:5:50) at node_modules/icecast-parser/dist/Parser.js (icecast-parser.js?v=e2d0f265:532:26) at __require (chunk-TYRVL62N.js?v=e2d0f265:5:50) at icecast-parser.js?v=e2d0f265:617:16
The title of stream keeps appearing on the console, but other functions stops from working. What could be the issue?