Site
Home / Forum / Developers / 2 services related to the playlists generate PHP warnings

2 services related to the playlists generate PHP warnings


Posted: 01 Dec 2022 07:49
[email protected]
Posts: 1
Joined: 2022-12-01

xhr.open( "GET","https://theaudiodb.p.rapidapi.com/playlist.php?s=Top_Popular_Tracks_2019" );

gives ...


Notice: Undefined index: format in C:inetpubwww.theaudiodb.comapiv1jsonyplaylist.php on line 9

Notice: Undefined index: format in C:inetpubwww.theaudiodb.comapiv1jsonyplaylist.php on line 28


xhr.open("GET","https://theaudiodb.p.rapidapi.com/playlist.php?id=15532" );

gives ...

Notice: Undefined index: format in C:inetpubwww.theaudiodb.comapiv1jsonyplaylist.php on line 9

Notice: Undefined index: format in C:inetpubwww.theaudiodb.comapiv1jsonyplaylist.php on line 28

Notice: Undefined index: s in C:inetpubwww.theaudiodb.comapiv1jsonyplaylist.php on line 47


Best regards,
Pat

Posted: 01 Dec 2022 10:56
zag
Posts: 228
Joined: 2020-07-14

Please don't post your API key publicly!!

Anyway, also don't use RapidAPI. They steal off our api.

It should work fine using our normal api.


Showing 0 to 2 (Total: 2)