waylaidwanderer/PHP-SteamCommunity

Unexpected response from Steam

Closed this issue · 5 comments

Steam response:
Screen
Before was working well but now I have this issue. Fixes by adding this to all curl requests by this library:

curl_setopt($ch, CURLOPT_ENCODING, "gzip");

Does it affect non-gzipped responses?

I am bad at curl, requests and api, so I don't understand what are you talking about. It works well on my 2 hosts. I found solution on stackoverflow

Now tried at remote host without fix - all works. Don't know what is this.

Anyone else experiencing this problem?

Now stable. I think it's OS settings or network bug