Jump to content


Problems Downloading Subtitles?


21 replies to this topic

#1 alex28

    Keeper of the Light

  • Administrators
  • 477 posts
  • Locationwww

Posted 04 December 2010 - 06:07 PM

Lately there have been some complains about you not being able to download subtitles.
IF CLICKING ON DOWNLOAD gets you back to the episode page, read below:

If you're using Firefox type about:config in the address bar.
It will ask you to be careful, so please try to.

There is a Filter field you'll paste the following in: http.sendreferer
It will bring back 1 result: http.sendRefererHeader, an Integer with status "default".

Double click it and change its value to 2.
Close the about:config tab and try to download again. It should work!
If it doesn't try restarting your browser.


Long story short, the server asks your browser where does it come from - what website -. If the value is 0, the browser refuses to respond so the server doesn't serve the file.
If the value is 2, your browser will tell the server it clicked "Download" from Addic7ed (and not another website) so the file is served and you can download it.


Hope it works!
It's time to kick *** and chew bubble gum...

#2 Idris

    Newbie

  • Members
  • Pip
  • 1 posts
  • LocationNetherlands

Posted 04 December 2010 - 06:16 PM

Thanks for explaining!

But what does this setting do for other websites? Can it cause any harm?

#3 alex28

    Keeper of the Light

  • Administrators
  • 477 posts
  • Locationwww

Posted 04 December 2010 - 06:23 PM

Shouldn't cause any harm.. since this is only to inform the websites where you are coming from.
You can read more about it here: http://en.wikipedia....i/HTTP_referrer
It's time to kick *** and chew bubble gum...

#4 Rm4g3dD0v

    Junior Member

  • via Facebook
  • PipPip
  • 24 posts
  • LocationAthens

Posted 04 December 2010 - 09:25 PM

Strange. This happens to me all the time not only on addic7ed download pushbuttons (this happens on multi-download but doesnt happen on download text links) but also on almost all forms that send the data to another page, so i have to go back and click it again. it's like the form isnt submitted. any ideas?
Thing is that the value of this variable is already set to 2.

#5 muriell812

    Newbie

  • Members
  • Pip
  • 9 posts
  • LocationFrance

Posted 04 December 2010 - 10:53 PM

Thanks for the info but it's always changing back to the default value which is 0. How can I save the new value ?

#6 zozone

    Newbie

  • Members
  • Pip
  • 4 posts
  • Locationfrance

Posted 05 December 2010 - 12:20 AM

How can I save the new value ?

same problem here, try right click, and choose "reset". the value changes to 2

worked for me :)

#7 dny238

    Member

  • Administrators
  • 56 posts

Posted 05 December 2010 - 12:34 AM

If you are logged into the site and still having problems like this, please let me know.
Thanks!
D

#8 dny238

    Member

  • Administrators
  • 56 posts

Posted 05 December 2010 - 12:36 AM

View PostRm4g3dD0v, on 04 December 2010 - 09:25 PM, said:

Strange. This happens to me all the time not only on addic7ed download pushbuttons (this happens on multi-download but doesnt happen on download text links) but also on almost all forms that send the data to another page, so i have to go back and click it again. it's like the form isnt submitted. any ideas?
Thing is that the value of this variable is already set to 2.

The referrer code is only in place on download stuff. I'm not sure why other forms would be affected, can you give me an example?
Rob

#9 Rm4g3dD0v

    Junior Member

  • via Facebook
  • PipPip
  • 24 posts
  • LocationAthens

Posted 05 December 2010 - 01:12 AM

View Postdny238, on 05 December 2010 - 12:36 AM, said:

The referrer code is only in place on download stuff. I'm not sure why other forms would be affected, can you give me an example?
Rob
okay, take this forum for example.

When I make a new post [not using quick reply] and wait for a long time [more than 15 min average] in the post page, when i submit the post, it will probably not submit the form [post] and take me to the default page that has been pre-set in server's settings for the site's subdomain or subfolder where the form page is located [on the server].

However, the form to edit my post that does not change or reload the active document [in order to submit the form] will be submitted normally no matter what.

Strangely, the only sites that work no matter what, are facebook and gmail (not absolutelly sure about gmail though).


If you have any idea please help me, I cannot fid a solution, not even in firefox support forums. I use FF 3.6

#10 muriell812

    Newbie

  • Members
  • Pip
  • 9 posts
  • LocationFrance

Posted 05 December 2010 - 09:10 AM

View Postdny238, on 05 December 2010 - 12:34 AM, said:

If you are logged into the site and still having problems like this, please let me know.
Thanks!
D
I tried to use both methods (Alex28 & Zozone) and both failed because the value goes back to 0. Is it possible that the file with all these parameters is in read only ? And how can I solve this ?
Thanks in advance for your help.

#11 zozone

    Newbie

  • Members
  • Pip
  • 4 posts
  • Locationfrance

Posted 05 December 2010 - 12:10 PM

Quote

I tried to use both methods (Alex28 & Zozone) and both failed because the value goes back to 0. Is it possible that the file with all these parameters is in read only ? And how can I solve this ?
Thanks in advance for your help.

Sorry, it seems i was too happy to share something fixing the problem, but i noticed just today that it works "for a few seconds" only.... so if you are a fast clicker it's okay lol....
No seriously, anyone with a sustainable solution please ?

#12 Kerensky

    Software Visionary

  • Members
  • PipPipPipPipPip
  • 505 posts
  • LocationSpain

Posted 05 December 2010 - 12:40 PM

After edit the value in the about:config, Firefox "should" remember the setting new value...

In any case, you also can edit the value manually:

Edit this file with Notepad (or any other text editor) -> "C:\Program Files (x86)\Mozilla Firefox\greprefs\all.js"

Look for (inside that file):

// Headers
pref("network.http.accept.default", "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8");
pref("network.http.sendRefererHeader", 2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well

Change it to 2, and then save the file.

Post here if this works, please.

#13 zozone

    Newbie

  • Members
  • Pip
  • 4 posts
  • Locationfrance

Posted 05 December 2010 - 12:59 PM

View PostKerensky, on 05 December 2010 - 12:40 PM, said:

After edit the value in the about:config, Firefox "should" remember the setting new value...

In any case, you also can edit the value manually:

Edit this file with Notepad (or any other text editor) -> "C:\Program Files (x86)\Mozilla Firefox\greprefs\all.js"

Look for (inside that file):

// Headers
pref("network.http.accept.default", "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8");
pref("network.http.sendRefererHeader", 2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well

Change it to 2, and then save the file.

Post here if this works, please.

Thank's for the fast answer, but it's kinda weird...

When i open all.js, the sendRefereHeader's value is already 2 whereas in about:config it's 0 (yes i've restarted mozilla)... so it's still the same :(

Thank's anyway

#14 muriell812

    Newbie

  • Members
  • Pip
  • 9 posts
  • LocationFrance

Posted 05 December 2010 - 01:39 PM

View Postzozone, on 05 December 2010 - 12:59 PM, said:

When i open all.js, the sendRefereHeader's value is already 2 whereas in about:config it's 0 (yes i've restarted mozilla)... so it's still the same :(
Same here !

Maybe it will help if I say that this problem started right after the strike. Before that, it was working just fine.
Thanks for helping

#15 Kerensky

    Software Visionary

  • Members
  • PipPipPipPipPip
  • 505 posts
  • LocationSpain

Posted 05 December 2010 - 10:21 PM

View Postzozone, on 05 December 2010 - 12:59 PM, said:

Thank's for the fast answer, but it's kinda weird...

When i open all.js, the sendRefereHeader's value is already 2 whereas in about:config it's 0 (yes i've restarted mozilla)... so it's still the same :(

Thank's anyway

Then it's probably that some plug-in/Extension it's changing it back to 0 every time...

#16 DrJackson

    Senior Member

  • Administrators
  • 1,078 posts
  • LocationRomania.

Posted 06 December 2010 - 07:34 AM

Once again FFx vs IE ? :D

Well, for someone (like me :D ) who use IE, downloading from addic7ed.com works just fine!

Posted Image


Even those who are falling, have patience to get down.


But after all, the greatest pleasure in life is doing what people say you cannot!



IMPORTANT LINK: FORUM RULES


#17 Uberlime

    Junior Member

  • Members
  • PipPip
  • 25 posts
  • LocationFr

Posted 06 December 2010 - 09:08 AM

had the problem, did nothing (apart from switchin to IE) & right now it's working again just fine . Hope it's same for yall.

#18 muriell812

    Newbie

  • Members
  • Pip
  • 9 posts
  • LocationFrance

Posted 06 December 2010 - 12:23 PM

Hello everybody !

About this hellish value that keep changing back to 0, I found a (the) solution thanks to another forum.

The problem came from Illimitux 4.0.
The option "Deactivate the referer" (on the line under "MegaVideo") in the Platforms tag has to be unchecked.

I hope my explanation is clear enough because the terms are an approximative translation from french.

#19 dny238

    Member

  • Administrators
  • 56 posts

Posted 06 December 2010 - 02:44 PM

View PostRm4g3dD0v, on 05 December 2010 - 01:12 AM, said:

okay, take this forum for example.

When I make a new post [not using quick reply] and wait for a long time [more than 15 min average] in the post page, when i submit the post, it will probably not submit the form [post] and take me to the default page that has been pre-set in server's settings for the site's subdomain or subfolder where the form page is located [on the server].

However, the form to edit my post that does not change or reload the active document [in order to submit the form] will be submitted normally no matter what.

Strangely, the only sites that work no matter what, are facebook and gmail (not absolutelly sure about gmail though).


If you have any idea please help me, I cannot fid a solution, not even in firefox support forums. I use FF 3.6

Honestly, have no idea on why you're having that issue. Maybe an addin?

#20 dny238

    Member

  • Administrators
  • 56 posts

Posted 06 December 2010 - 02:45 PM

View Postmuriell812, on 05 December 2010 - 09:10 AM, said:

I tried to use both methods (Alex28 & Zozone) and both failed because the value goes back to 0. Is it possible that the file with all these parameters is in read only ? And how can I solve this ?
Thanks in advance for your help.

Does this happen when you are logged in?





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users