## All values have been pre-checked and non returned null or an invalid value. The null values originated from inside of the plugin # Error when trying to play a playlist: ``` { message: 'The "url" argument must be of type string. Received null', severity: 'COMMON' } ``` # Error when trying to play a author: ``` { severity: 'COMMON', message: 'Unknown file format.' } ``` # Error when trying to play a album: ``` { message: 'The "url" argument must be of type string. Received null', severity: 'COMMON' } ``` ### Only thing that works is playlist singular tracks, theres something messed up with the library so i'd appreciate it if you could take a look. Thanks!
All values have been pre-checked and non returned null or an invalid value. The null values originated from inside of the plugin
Error when trying to play a playlist:
Error when trying to play a author:
Error when trying to play a album:
Only thing that works is playlist singular tracks, theres something messed up with the library so i'd appreciate it if you could take a look. Thanks!