Issue 183 in auto-sub: ERROR: GetSubLink returned an error

38 views
Skip to first unread message

auto...@googlecode.com

unread,
Apr 12, 2013, 2:37:20 AM4/12/13
to aut...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 183 by dennis.b...@gmail.com: ERROR: GetSubLink returned an error
http://code.google.com/p/auto-sub/issues/detail?id=183

What steps will reproduce the problem?
1. Just let Autosub run

What is the expected output? What do you see instead?
Expected out should be subtitles in the series folder

What version of the product are you using? On what operating system?
0.5.6beta on Synology NAS

Please provide any additional information below.

After letting AutoSub run I didnt get any subs in the folder, so I checked
the logfile and it was full with errors like these:

2013-04-12 08:28:17,505 ERROR getSubLink: The server returned an error for
request
http://api.bierdopje.com/BB442E7744E9B541/GetAllSubsFor/2153/08/08/nl
2013-04-12 08:28:17,567 ERROR getSubLink: The server returned an error for
request
http://api.bierdopje.com/BB442E7744E9B541/GetAllSubsFor/2153/08/09/nl
2013-04-12 08:28:17,629 ERROR getSubLink: The server returned an error for
request
http://api.bierdopje.com/BB442E7744E9B541/GetAllSubsFor/2153/08/10/nl
2013-04-12 08:28:17,692 ERROR getSubLink: The server returned an error for
request
http://api.bierdopje.com/BB442E7744E9B541/GetAllSubsFor/2153/08/12/nl
2013-04-12 08:28:17,756 ERROR getSubLink: The server returned an error for
request
http://api.bierdopje.com/BB442E7744E9B541/GetAllSubsFor/2153/08/19/nl
2013-04-12 08:28:17,832 ERROR getSubLink: The server returned an error for
request
http://api.bierdopje.com/BB442E7744E9B541/GetAllSubsFor/2153/06/01/nl
2013-04-12 08:28:17,896 ERROR getSubLink: The server returned an error for
request
http://api.bierdopje.com/BB442E7744E9B541/GetAllSubsFor/2153/06/02/nl
2013-04-12 08:28:17,961 ERROR getSubLink: The server returned an error for
request
http://api.bierdopje.com/BB442E7744E9B541/GetAllSubsFor/2153/06/03/nl


I don't know what's wrong, maybe the user-agent is no longer accepted, but
if i open the link in the browser all works fine and I can download the
subtitles

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

auto...@googlecode.com

unread,
Apr 13, 2013, 4:23:47 AM4/13/13
to aut...@googlegroups.com

Comment #1 on issue 183 by dennis.b...@gmail.com: ERROR: GetSubLink
Seems all is working fine again. No idea what the issue was

auto...@googlecode.com

unread,
Apr 13, 2013, 1:32:01 PM4/13/13
to aut...@googlegroups.com

Comment #2 on issue 183 by milancel...@gmail.com: ERROR: GetSubLink
me, I'm still confronted with the issue Dennis described. All server
requests for getSubLink return systematically an error.

auto...@googlecode.com

unread,
Apr 15, 2013, 5:36:23 AM4/15/13
to aut...@googlegroups.com

Comment #3 on issue 183 by dennis.b...@gmail.com: ERROR: GetSubLink
I thought it was just a hickup, but apparantly it's not, the log still
contains a lot of these erros, and i've got no clue how to fix them.

here the latest logfile:
http://pastebin.com/BtRhnivF

auto...@googlecode.com

unread,
Apr 15, 2013, 1:10:09 PM4/15/13
to aut...@googlegroups.com

Comment #4 on issue 183 by dennis.b...@gmail.com: ERROR: GetSubLink
returned an error
http://code.google.com/p/auto-sub/issues/detail?id=183

I thought it was just a hickup, but apparantly it's not, the log still
contains a lot of these erros, and i've got no clue how to fix them.

here the latest logfile:
http://pastebin.com/qEKWe9q7

auto...@googlecode.com

unread,
Apr 15, 2013, 3:25:54 PM4/15/13
to aut...@googlegroups.com

Comment #5 on issue 183 by aroundmyroom: ERROR: GetSubLink returned an error
http://code.google.com/p/auto-sub/issues/detail?id=183

Problem is related to hammering the server
If you are quick enough with Firefox you can reload an URL and you get the
time-out error.

time.sleep(0.5) #Max 2 connections each second in Bierdopje.py must be
altered
I have changed it in
time.sleep(5) #

Only problem is the check of RSS I have to alter, cause it is too quick
now ;-)

auto...@googlecode.com

unread,
Apr 15, 2013, 3:44:31 PM4/15/13
to aut...@googlegroups.com

Comment #6 on issue 183 by aroundmyroom: ERROR: GetSubLink returned an error
http://code.google.com/p/auto-sub/issues/detail?id=183

even with all my series the 5 seconds gave some issues uhmm

auto...@googlecode.com

unread,
Apr 16, 2013, 3:41:08 AM4/16/13
to aut...@googlegroups.com

Comment #7 on issue 183 by lbudzyno...@gmail.com: ERROR: GetSubLink
Same error here :-(. Noticed yesterday.

auto...@googlecode.com

unread,
Apr 16, 2013, 3:56:40 AM4/16/13
to aut...@googlegroups.com

Comment #8 on issue 183 by joris.br...@gmail.com: ERROR: GetSubLink
I have the samen problem. But no bierdopje.py in which file can I adjust
time-out settings?

auto...@googlecode.com

unread,
Apr 16, 2013, 4:04:51 AM4/16/13
to aut...@googlegroups.com

Comment #9 on issue 183 by dennis.b...@gmail.com: ERROR: GetSubLink
Changing the time out in Bierdopje.py didnt work for me.

Default setting was
time.sleep(1)
i've changed it to time.sleep(5)

Here's an updated logfile.
http://pastebin.com/jiFhHsX6

Autosub did download some subtitles, but through the RSS feed.

auto...@googlecode.com

unread,
Apr 16, 2013, 3:36:54 PM4/16/13
to aut...@googlegroups.com

Comment #10 on issue 183 by Donny.va...@gmail.com: ERROR: GetSubLink
It seems I also have this issue.

I'm afraid it will take a long time before this gets fixed, haven't seen
zyronix here for months.

auto...@googlecode.com

unread,
Apr 16, 2013, 3:41:25 PM4/16/13
to aut...@googlegroups.com

Comment #11 on issue 183 by lbudzyno...@gmail.com: ERROR: GetSubLink
Same here. It downloads subtitles only for the newest episodes that are
availabe through RSS. If episode is older, like 1 day old, then nothing is
downloaded :-(.

auto...@googlecode.com

unread,
Apr 16, 2013, 3:42:25 PM4/16/13
to aut...@googlegroups.com

Comment #12 on issue 183 by romke.va...@gmail.com: ERROR: GetSubLink
It will not take a long time to fix, I keep an eye out on the issue's.

This is the issue:
http://www.bierdopje.com/forum/algemeen-developers/topic/14085-Melding-bij-eigen-tool---You-have-exceeded-your-number-of-allowed-requests-for-this-period---/last

HTTPError: HTTP Error 429: You have exceeded your number of allowed
requests for this period.

Bierdopje has (yet again) made some ninja change limiting the maximum
connections. Some users aren't affected (the have a small wanted list, as
it should be!) and others with a larger wanted list get this error.

Working on a quick fix for this issue, expect it today or tomorrow.

auto...@googlecode.com

unread,
Apr 16, 2013, 3:43:26 PM4/16/13
to aut...@googlegroups.com
Updates:
Status: Started
Owner: romke.va...@gmail.com
Labels: -Priority-Medium Priority-Critical

Comment #13 on issue 183 by romke.va...@gmail.com: ERROR: GetSubLink
(No comment was entered for this change.)

auto...@googlecode.com

unread,
Apr 16, 2013, 3:48:57 PM4/16/13
to aut...@googlegroups.com

Comment #14 on issue 183 by lbudzyno...@gmail.com: ERROR: GetSubLink
romke,

that is great news. I am looking forward to your fix.

BTW, is there a way of thanking you and the others for this great tool? I
use it on a daily basis and I would really like to show my gratitude ;-)

auto...@googlecode.com

unread,
Apr 16, 2013, 4:04:52 PM4/16/13
to aut...@googlegroups.com

Comment #15 on issue 183 by lbudzyno...@gmail.com: ERROR: GetSubLink
That fixed it! Short wanted list and everything works like a charm
again ;-)))) Thanks!

auto...@googlecode.com

unread,
Apr 16, 2013, 4:16:36 PM4/16/13
to aut...@googlegroups.com
Updates:
Status: Fixed

Comment #16 on issue 183 by romke.va...@gmail.com: ERROR: GetSubLink
This issue was closed by revision de0ce8cd79ab.

auto...@googlecode.com

unread,
Apr 16, 2013, 4:20:28 PM4/16/13
to aut...@googlegroups.com

Comment #17 on issue 183 by romke.va...@gmail.com: ERROR: GetSubLink
Pushed a new revision, can other verify that this fixes the issue? If so, I
will create the package / binaries.

lbudzynowski, I don't really have the time any more to develop on features
for auto-sub. I am hoping someone will stand up, fork auto-sub (or join
the 'team') and take auto-sub to the next level. If you are not capable of
doing that, using auto-sub is more then enough for me :)

auto...@googlecode.com

unread,
Apr 16, 2013, 4:36:53 PM4/16/13
to aut...@googlegroups.com

Comment #19 on issue 183 by romke.va...@gmail.com: ERROR: GetSubLink
Thank you for your sharpness :)

auto...@googlecode.com

unread,
Apr 16, 2013, 4:32:49 PM4/16/13
to aut...@googlegroups.com

Comment #18 on issue 183 by Donny.va...@gmail.com: ERROR: GetSubLink
Don't forget to remove the 'Click to reset API Calls' from the front page

auto...@googlecode.com

unread,
Apr 17, 2013, 3:12:07 AM4/17/13
to aut...@googlegroups.com

Comment #20 on issue 183 by dennis.b...@gmail.com: ERROR: GetSubLink
I've updated AutoSub yesterday, but was out of API calls... (again :P )

It did run this morning, It looks like it's partially fixed, AutoSub did
download a few subtitles for my backlog but the logfile also returned a lot
of errors

Here's the logfile:
http://pastebin.com/4MLgiUxT

auto...@googlecode.com

unread,
Apr 18, 2013, 5:41:11 PM4/18/13
to aut...@googlegroups.com

Comment #21 on issue 183 by Donny.va...@gmail.com: ERROR: GetSubLink
I also still have errors after the update.

2013-04-18 23:19:42,000 ERROR getSubLink: The server returned an error for
request
http://api.bierdopje.com/BB442E7744E9B541/GetAllSubsFor/16531/01/06/nl
2013-04-18 23:18:40,919 ERROR API: You have exceeded your number of
allowed requests for this period. (either 1 con/s or 300 con/day))

auto...@googlecode.com

unread,
Jul 1, 2013, 2:44:58 AM7/1/13
to aut...@googlegroups.com

Comment #22 on issue 183 by e.c.se...@gmail.com: ERROR: GetSubLink returned
an error
http://code.google.com/p/auto-sub/issues/detail?id=183

I have the latest autosub Alpha 0.5.8installed on my synology and keep
getting the same errors. Anything i can do?



Attachments:
errors.txt 4.6 KB
Reply all
Reply to author
Forward
0 new messages