alashow / datmusic-api

https://datmusic.xyz
GNU General Public License v2.0
181 stars 53 forks source link

Shows same result for every request #83

Closed BostyBro closed 4 years ago

BostyBro commented 4 years ago

array ( 'status' => 'ok', 'data' => array ( 0 => array ( 'id' => 'dfa55476', 'source_id' => '100_1', 'artist' => 'и в официальных приложениях ВКонтакте', 'title' => 'Аудио доступно на ', 'duration' => 25, 'date' => 1481906888, 'key' => '4d384af7', 'download' => 'http://vultr.qorovul.space/dl/4d384af7/dfa55476', 'stream' => 'http://vultr.qorovul.space/stream/4d384af7/dfa55476', 'cover' => 'http://vultr.qorovul.space/cover/4d384af7/dfa55476', ), ), )

alashow commented 4 years ago

Wrong token or you're not using the same user agent.

BostyBro commented 4 years ago

Where should i set user agent?

On Thu, Nov 12, 2020 at 1:09 PM Alashov Berkeli notifications@github.com wrote:

Wrong token or you're not using the same user agent.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/alashow/datmusic-api/issues/83#issuecomment-725913997, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHH2NO5NYW6VB63DGPB7D4TSPOJ4RANCNFSM4TS2NQWA .

alashow commented 4 years ago

https://github.com/alashow/datmusic-api/blob/200ee7f0c3264b5f5d807505df384af93ca69e8b/app/Util/HttpClient.php#L47