Author |
Message |
Azmodes Volunteer tester
 Send message
Joined: 30 Dec 16 Posts: 184 ID: 479275 Credit: 2,197,541,354 RAC: 188
                       
|
I did two 1P ranges for GFN17 running on AMD cards under Windows 7 (64 bit), but when I try to upload the files, I get the error in the thread title. What's the problem? Do I need the checkpoint files as well?
The cards are Radeon HD 5770 and HD 6450, the latter with a mild core overclock. When I started the executables, I also got this message in the command prompt: "warning: #warning directive: No built-in carry flag support known, using plain C code", though both ran to conclusion.
EDIT: k, posted too soon, it would seem. Looks like the problem was me moving the files to another computer and trying to upload them from there. It worked when I did it from the original host. |
|
|
dthonon Volunteer tester
 Send message
Joined: 6 Dec 17 Posts: 435 ID: 957147 Credit: 1,750,831,001 RAC: 236,196
                                 
|
I had the same problem trying to upload through a VPN, that changed the referer.
Solution : direct connection without VPN. |
|
|
JimB Honorary cruncher Send message
Joined: 4 Aug 11 Posts: 920 ID: 107307 Credit: 989,270,184 RAC: 110,123
                     
|
What's this referer value that's wrong? It's only used to try to get you back to the same page you were on before you started interacting with the sieving system (making a reservation or uploading a file). Remember, if all else fails you can always email the file to me (email address is on the Contacts page - link is at the very bottom of your screen).
Any referer failure after an upload should be harmless in that the upload already happened. But if I'm wrong about that, please let me know. |
|
|
dthonon Volunteer tester
 Send message
Joined: 6 Dec 17 Posts: 435 ID: 957147 Credit: 1,750,831,001 RAC: 236,196
                                 
|
I will do some more tests this evening (Europe time), so expect several small reservations. I will post the results afterwards. |
|
|
dthonon Volunteer tester
 Send message
Joined: 6 Dec 17 Posts: 435 ID: 957147 Credit: 1,750,831,001 RAC: 236,196
                                 
|
I tested the following, on f21_210385P_210386P :
- Upload using Chrome with PureVPN extension active (masqueraded IP etc) => fails with message "missing or bad parameter: referer"
- Upload using Chrome with PureVPN extension disconnected (NATed IP from my home connection) => uploads file correctly.
- EDIT : also tried yesterday with Firefox without VPN => works fine
That's probably due to the php upload script getting confused by the VPN. No big deal, I just have to remember to turn it off before uploading.
This post is mostly for the record, in case someone else falls in the same trap.
|
|
|
streamVolunteer moderator Project administrator Volunteer developer Volunteer tester Send message
Joined: 1 Mar 14 Posts: 1034 ID: 301928 Credit: 543,639,572 RAC: 5,129
                         
|
- Upload using Chrome with PureVPN extension active (masqueraded IP etc) => fails with message "missing or bad parameter: referer"
I think that problem is not in VPN itself but in this specific browser extension which also strips "Referrer" header for extra anonymity. May it could be turned of in extension' setting.
|
|
|
|
I think that problem is not in VPN itself but in this specific browser extension which also strips "Referrer" header for extra anonymity. May it could be turned of in extension' setting.
Most likely. I use PIA VPN and have had no issues uploading results. |
|
|
dthonon Volunteer tester
 Send message
Joined: 6 Dec 17 Posts: 435 ID: 957147 Credit: 1,750,831,001 RAC: 236,196
                                 
|
I think that problem is not in VPN itself but in this specific browser extension which also strips "Referrer" header for extra anonymity. May it could be turned of in extension' setting.
You are probably right, as I use only the browser extension and not the full VPN. I didn't find any documentation about it and there are no options.
But anyway, just disconnecting the VPN works, so no need to look further into it.
Thanks |
|
|
dukebgVolunteer tester
 Send message
Joined: 21 Nov 17 Posts: 242 ID: 950482 Credit: 23,670,125 RAC: 0
                  
|
Well, referer is only used for convinience, a conviniece thing shouldn't throw an error.
I assume the code in php is using $_SERVER['HTTP_REFERER']. You should just check if(isset($_SERVER['HTTP_REFERER'])) before using it, and the missing header will be dealt with.
There's an option in various browsers to disable sending a referer, so it's not just the anonymity extensions. |
|
|
JimB Honorary cruncher Send message
Joined: 4 Aug 11 Posts: 920 ID: 107307 Credit: 989,270,184 RAC: 110,123
                     
|
I tracked this down - it was an error in my code. In one place referer was treated as mandatory. I've changed the parameter on a function call to show that it's optional and this bug should now be killed. |
|
|