Jonathan Wilsson
Jonathan Wilsson
I don't know how you want to do things but if you decide to bundle my library, let me know if you need any help!
Hi, This is unfortunately not possible. I'm not really maintaining this anymore either, but it shouldn't be too much work for you to add it yourself.
Hi! Are you behind a firewall, proxy, or similar? That's usually the issue with these kind of errors.
Hmm, does it work connecting to any other URL. For example: ```php
Have you tried increasing the timeout for cURL using the `CURLOPT_CONNECTTIMEOUT`, `CURLOPT_TIMEOUT`, or both of those options? if not, docs around that is [available here](https://github.com/jwilsson/spotify-web-api-php/blob/4ec7242fbaaf2df382d1545f169e8ef8ad7b2006/docs/examples/setting-custom-curl-options.md). You also try setting the...
Hmm, which API method are you using when the error occurs? Does it work for other methods or is it always the same error? I can't reproduce it locally and...
Can you try with another method? `$api->me()` for example. But you're able to get the access tokens correctly without any errors?
This is very strange. But you said you could access `api.spotify.com` using a browser, right? Could you also try the following: * Pinging `api.spotify.com` and see if that works. *...
Hello! This was quite fascinating! I tried requesting the "Lovely Little Playlist" playlist using Client Credentials Flow and Authorization Code Flow with two different accounts. My main account and a...
Sorry, yes. Using cURL I get the exact same results, one for my main account and a different one for Client Credentials Flow and my test account (but still the...