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
I'm trying to use the search API to get podcasts info but search_spotify doesn't seem to return anything
spotifyr::search_spotify("The Joe Rogan Experience", type="show",
include_meta_info=TRUE)
#> $shows#> $shows$href#> [1] "https://api.spotify.com/v1/search?query=The+Joe+Rogan+Experience&type=show&offset=0&limit=20"#> #> $shows$items#> [1] NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA#> #> $shows$limit#> [1] 20#> #> $shows$`next`#> [1] "https://api.spotify.com/v1/search?query=The+Joe+Rogan+Experience&type=show&offset=20&limit=20"#> #> $shows$offset#> [1] 0#> #> $shows$previous#> NULL#> #> $shows$total#> [1] 76
I'm trying to use the search API to get podcasts info but
search_spotify
doesn't seem to return anythingCreated on 2023-03-15 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: