omadepod
omadepod
Hi! I have windows firewall running but firefox is allowed there and i have orange internet for which i never need to use a proxy.
yes this works perfectly : array(4) { ["body"]=> NULL ["headers"]=> array(13) { ["content-encoding"]=> string(4) "gzip" ["accept-ranges"]=> string(5) "bytes" ["age"]=> string(6) "465613" ["cache-control"]=> string(14) "max-age=604800" ["content-type"]=> string(24) "text/html; charset=UTF-8" ["date"]=> string(29)...
with protected $options = [ 'curl_options' => [CURLOPT_CONNECTTIMEOUT => 0, CURLOPT_TIMEOUT => 0], 'return_assoc' => false, ]; there's no difference with protected $options = [ 'curl_options' => [CURLOPT_CAINFO => null],...
for example on this one : $arr = $api->getMyTop("tracks", ["limit" => 2, "time_range" => "short_term"]); echo ''.print_r( $arr, 1 ).''; exit();
$api->me(); gives the same error ... and no i don't get errors with the access tokens. [session:protected] => SpotifyWebAPI\Session Object is filled with information. The other fields in SpotifyWebAPI\SpotifyWebAPI Object...
I removed a bad ip i found somewhere on internet from my hosts file and now i have correct results with $api->me(); Seems like i get blocked when trying too...