Google code hosting no longer working

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
User avatar
Hubird
Posts: 2850
Joined: Thu Oct 26, 2006 2:59 pm
Location: Australia
Contact:

Google code hosting no longer working

Post by Hubird »

I have still be maintaining the Adversity ABP list for myself and a few family / friends however recently it seems Google code have changed something and my filter lists no longer download

I am still able to push changes but subscription links and updates within ABP fail

http://adversity.uk.to/


Does anyone know of a work around for this?

I am planing on moving the project to GitHub, once I am finished it there any way for me to automatically redirect (obviously can't do it from with the filterlist)?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Google code hosting no longer working

Post by mapx »

I can subscribe your lists (I tested antisocial), no issues here, in chrome 36.
But ... the same list in firefox failed the download
User avatar
Hubird
Posts: 2850
Joined: Thu Oct 26, 2006 2:59 pm
Location: Australia
Contact:

Re: Google code hosting no longer working

Post by Hubird »

Last I checked Chrome failed also.

Even if I try to view

https://adversity.googlecode.com/hg/Adversity.txt

straight from my browser (Firefox) I get a 404 :roll:

Not exactly sure what the issue is but I'm not impressed.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Google code hosting no longer working

Post by mapx »

I got 403 in chrome right now

Code: Select all

403. That’s an error.

Your client does not have permission to get URL /hg/Adversity.txt from this server. 
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Google code hosting no longer working

Post by mapx »

but I can still subscribe that list in chrome

for firefox there are a lot of users with problems (easylist fails to download)
forum/viewtopic.php?f=11&t=20897
User avatar
Hubird
Posts: 2850
Joined: Thu Oct 26, 2006 2:59 pm
Location: Australia
Contact:

Re: Google code hosting no longer working

Post by Hubird »

Just installed Chrome on my home machine and was able to subscribe to my lists just fine.

When I tested at work neither Chrome or Firefox worked...

I'll keep an eye on the thread you linked to and see what the devs have to say.

Thanks for your help.
guest

Re: Google code hosting no longer working

Post by guest »

SeaMonkey can't access them either, and using a fake Chrome 25 user-agent for that domain only doesn't help.

Antisocial and Extreme Measures load fine from the links here: https://adversity.googlecode.com/hg-history/tip/
MonztA
ABP Developer
Posts: 3957
Joined: Mon Aug 14, 2006 12:18 am
Location: Germany

Re: Google code hosting no longer working

Post by MonztA »

Hubird wrote:...any way for me to automatically redirect (obviously can't do it from with the filterlist)?
I could add a redirect for the new location into the redirects: https://hg.adblockplus.org/subscription ... /redirects

Not exactly sure after how many failed downloads it will trigger it though.
guest

Re: Google code hosting no longer working

Post by guest »

MonztA wrote:Not exactly sure after how many failed downloads it will trigger it though.
From en/preferences:
about:config -> extensions.adblockplus.subscriptions_fallbackerrors
User avatar
Hubird
Posts: 2850
Joined: Thu Oct 26, 2006 2:59 pm
Location: Australia
Contact:

Re: Google code hosting no longer working

Post by Hubird »

MonztA wrote:I could add a redirect for the new location into the redirects: https://hg.adblockplus.org/subscription ... /redirects

Not exactly sure after how many failed downloads it will trigger it though.
Thanks

Old

Code: Select all

https://adversity.googlecode.com/hg/Adversity.txt

Code: Select all

https://adversity.googlecode.com/hg/Antisocial.txt

Code: Select all

https://adversity.googlecode.com/hg/Extreme-Measures.txt
New

Code: Select all

https://raw.githubusercontent.com/Hubird-au/Adversity/master/Adversity.txt

Code: Select all

https://raw.githubusercontent.com/Hubird-au/Adversity/master/Antisocial.txt

Code: Select all

https://raw.githubusercontent.com/Hubird-au/Adversity/master/Extreme-Measures.txt
MonztA
ABP Developer
Posts: 3957
Joined: Mon Aug 14, 2006 12:18 am
Location: Germany

Re: Google code hosting no longer working

Post by MonztA »

Locked