You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
Bug Title:
Auth header causes 401 on Tune-in radio API
File:
vs1053_ext.cpp
Expected result:
Play radio station
Description:
When you try and use the link http://opml.radiotime.com/Tune.ashx?id=xxxxxxx, you get a 401 authorization error.
Solution:
in VS1053::connecttohost method remove the following
strcat(rqh, "Authorization: Basic ");
strcat(rqh, authorization);
Result after modification:
tune-in radio streams work
Code before
Code after
The text was updated successfully, but these errors were encountered: