Git-Host / steamprofile

Automatically exported from code.google.com/p/steamprofile
0 stars 0 forks source link

302 server error? #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
With SteamID's that have a custom set ID, I get a 302 response, as can be seen 
below:

http://sammyservers.com/steamprofile-forum/steamprofile/xmlproxy.php?id=STEAM_0%
3A0%3A83224&lang=english

This only started happening recently though, so perhaps it's a change on 
Valve's end? Would appreciate any assistance.

Original issue reported on code.google.com by jamesros...@gmail.com on 15 Apr 2012 at 8:25

GoogleCodeExporter commented 9 years ago
Solved it myself but manually setting CURLOPT_FOLLOWLOCATION true.

Original comment by jamesros...@gmail.com on 16 Apr 2012 at 7:29

GoogleCodeExporter commented 9 years ago
There seems to be a problem with the safe_mode detection in newer PHP versions. 
It will be fixed in the next version and I will also move this repository to 
Github.

Original comment by barracud...@yahoo.de on 17 Apr 2012 at 2:13

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Ah right, makes sense, since I recently upgraded my setup to PHP 5.4

Thanks for the response. :)

Original comment by jamesros...@gmail.com on 17 Apr 2012 at 8:55

GoogleCodeExporter commented 9 years ago
I was getting invalid profile data so I deleted my cache and now I am getting 
this 302 error. Im not sure which version of this I am running.

Original comment by dontwannaname@gmail.com on 19 Apr 2012 at 6:53

GoogleCodeExporter commented 9 years ago
For a temp fix:

Edit the steamprofile/lib/HttpLoader.class.php like so:
http://puu.sh/qqjg

(Just comment out the if clause)

Original comment by jamesros...@gmail.com on 19 Apr 2012 at 7:11

GoogleCodeExporter commented 9 years ago
Cool thanks, now it works.

Original comment by dontwannaname@gmail.com on 20 Apr 2012 at 1:52

GoogleCodeExporter commented 9 years ago
This fix doesn't seem to work for me. It gives this error now:
curl_setopt() [function.curl-setopt]: 

Original comment by was...@gmail.com on 25 Apr 2012 at 11:46

GoogleCodeExporter commented 9 years ago
This does not work with open_basedir is set...

Original comment by duydan...@gmail.com on 29 Apr 2012 at 5:02

GoogleCodeExporter commented 9 years ago
I am getting curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCAT

Original comment by dontwannaname@gmail.com on 4 Jul 2012 at 5:06

GoogleCodeExporter commented 9 years ago
Has there been any updates to this bug? I'm still getting it (the temp fix 
doesn't work) so a solution would be greatly appreciated

Original comment by d...@graloth.com on 12 Sep 2012 at 8:05

GoogleCodeExporter commented 9 years ago
The new version on GitHub (https://github.com/BarracudaATA/SteamProfile) should 
fix this issue.

Original comment by barracud...@yahoo.de on 13 Sep 2012 at 8:48

GoogleCodeExporter commented 9 years ago
Would love to download it, but that page doesn't exist

Original comment by d...@graloth.com on 2 Oct 2012 at 9:50

GoogleCodeExporter commented 9 years ago
Sorry, Github address changed recently. Here's the new one: 
https://github.com/ata4/steamprofile

Original comment by barracud...@yahoo.de on 2 Oct 2012 at 10:03