Kodi Community Forum
[RELEASE] XBMC Subtitles - Addon Script - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Subtitle Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=143)
+---- Thread: [RELEASE] XBMC Subtitles - Addon Script (/showthread.php?tid=126495)



RE: [RELEASE] XBMC Subtitles - Addon Script - Belthazor - 2012-07-20

(2012-07-20, 09:03)amet Wrote: Do not clip the log, there is a lot of information in it that we need to be able to help. I can't see what version of xbmc are you using , I see that you have subtitle addon version 2.5.16... Post a FULL debug log and mr_blobby can tell you why it fails

ok i think i succeeded.
http://xbmclogs.com/show.php?id=5295

it was a hasle Smile

2 notes:
i run openelec verion 1.0.2
you may see some errors concerning location of video files, but that's becuase i'm upgrading my nas. so part of it is already on new location Smile

i have the bierdopje error with all series.



RE: [RELEASE] XBMC Subtitles - Addon Script - mitchleouf88 - 2012-07-21

Hi everyone,

I'm having a weird problem with the XBMC Subtitle plugin. When I try to select the subtitle that I want in the list I get the error : "Error extracting subtitle".
I can't find any answer to my problem on the internet (some have the same problem though...but no answer).

I think the problem is at the line 240 : "18:17:52 T:4040 ERROR: WebServer: Failed to open C:\Program Files (x86)\XBMC\addons\webinterface.default\http:\\dl.opensubtitles.org\en\download\subad\4619225"

Here is my log : https://dl.dropbox.com/u/47511759/xbmc.log

Thanks a lot


RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-07-21

(2012-07-21, 18:26)mitchleouf88 Wrote: Hi everyone,

I'm having a weird problem with the XBMC Subtitle plugin. When I try to select the subtitle that I want in the list I get the error : "Error extracting subtitle".
I can't find any answer to my problem on the internet (some have the same problem though...but no answer).

I think the problem is at the line 240 : "18:17:52 T:4040 ERROR: WebServer: Failed to open C:\Program Files (x86)\XBMC\addons\webinterface.default\http:\\dl.opensubtitles.org\en\download\subad\4619225"

Here is my log : https://dl.dropbox.com/u/47511759/xbmc.log

Thanks a lot

Are you running a proxy on that system? Is the port same as XBMC web server port(8080) ?

Try disabling xbmc we server or move it to another port




RE: [RELEASE] XBMC Subtitles - Addon Script - mitchleouf88 - 2012-07-21

Yeah !

I don't know why but when I looked into system/network I had proxy enabled whereas I don't have any...
I disabled it and now it's ok Smile))

Thanks a lot for your quick (and right) answer !

Xbmc rules


RE: [RELEASE] XBMC Subtitles - Addon Script - fdonv - 2012-07-21

Hello Amet,

I have a problem since 1 week with Betaseries service, plugin is not listing subtitles, even with this line in the log :

DEBUG: ### [XBMC Subtitles-services.BetaSeries.service] - nb sub found: '4'

Here is the debug log : pastebin

Thank you for your help,
Regards,

edit : sorry, it was a library problem. Confused


RE: [RELEASE] XBMC Subtitles - Addon Script - francovilar - 2012-07-22

I have a problem downloading subtitles. No subtitle download, I think the error is this: ERROR: rarmanager::extractarchive error while extracting C:\Users\MediaCenter\AppData\Roaming\XBMC\userdata\addon_data\script.xbmc.subtitles\sub_tmp\ldivx.rar

Here's my log:

http://xbmclogs.com/show.php?id=5395


RE: [RELEASE] XBMC Subtitles - Addon Script - Tuner111 - 2012-07-22

wen i download a subtitle i get a error: "Error extracting subtitle "


my log https://dl.dropbox.com/u/20442712/xbmc.log


RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-07-22

(2012-07-22, 19:48)Tuner111 Wrote: wen i download a subtitle i get a error: "Error extracting subtitle "


my log https://dl.dropbox.com/u/20442712/xbmc.log

you have entered username and pass for podnapisi?



RE: [RELEASE] XBMC Subtitles - Addon Script - Tuner111 - 2012-07-22

(2012-07-22, 19:51)amet Wrote:
(2012-07-22, 19:48)Tuner111 Wrote: wen i download a subtitle i get a error: "Error extracting subtitle "


my log https://dl.dropbox.com/u/20442712/xbmc.log

you have entered username and pass for podnapisi?

no, i wil make a account Smile

Edit: it works !





RE: [RELEASE] XBMC Subtitles - Addon Script - joezik - 2012-07-23

Hello admins,
I have the similar issue with the addon showing results but can't download any. I been searching a solution for hours and I hope that someone here can help me. I am running the latest Eden 11 with Transparancy skin (confluence acts the same..) from a mac lion and from a win7 machines, they are both synced via mysql database on the mac machine. I have one source located on a WD world edition II via nfs. I have checked the nfs configuration at /etc/export for write permission.
I can see the downloaded file in sub_tmp but it seems the addon can't copy it to the nas.

Is there a way to save the downloaded file locally and not on the nas (maybe as a temporary solution...)?

I would love to solve this issue and not to rollback to dharma, it's for sure a big pain in my ass!!

xbmc.log from the mac instance -> http://pastebin.com/0qNhCxz6


Thanks in advanced Smile


RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-07-23

(2012-07-23, 22:05)joezik Wrote: Hello admins,
I have the similar issue with the addon showing results but can't download any. I been searching a solution for hours and I hope that someone here can help me. I am running the latest Eden 11 with Transparancy skin (confluence acts the same..) from a mac lion and from a win7 machines, they are both synced via mysql database on the mac machine. I have one source located on a WD world edition II via nfs. I have checked the nfs configuration at /etc/export for write permission.
I can see the downloaded file in sub_tmp but it seems the addon can't copy it to the nas.

Is there a way to save the downloaded file locally and not on the nas (maybe as a temporary solution...)?

I would love to solve this issue and not to rollback to dharma, it's for sure a big pain in my ass!!

xbmc.log from the mac instance -> http://pastebin.com/0qNhCxz6


Thanks in advanced Smile

Looks like you have an issue copying sub file to a nas via NFS. Fix that and it'll be good.

Alternatively , save subs to a local folder. Look for a setting "save subtitles to movie folder " in addon settings and disable it, select a local folder and all should work.




RE: [RELEASE] XBMC Subtitles - Addon Script - Belthazor - 2012-07-24

I asked the guys from bierdopje
they said that i needed xbmc subtitler 3.0.2 or higher to have bieropje working
however i have 2.15.6

how do i update this?
i already tried installing a new version of openelec (2.0 beta5) but that didn't change the addon option. still cant update it.



RE: [RELEASE] XBMC Subtitles - Addon Script - solidsatras - 2012-07-24

(2012-07-24, 01:55)Belthazor Wrote: I asked the guys from bierdopje
they said that i needed xbmc subtitler 3.0.2 or higher to have bieropje working
however i have 2.15.6

how do i update this?
i already tried installing a new version of openelec (2.0 beta5) but that didn't change the addon option. still cant update it.

http://mirrors.xbmc.org/addons/eden/script.xbmc.subtitles/


RE: [RELEASE] XBMC Subtitles - Addon Script - The__Virus - 2012-07-24

Getting no results from all sites except podnapisi, but I haven't registered for that website. Can anyone enlighten me? Sad

http://pastebin.com/xRgLTMn9

It did work perfectly before, but somehow something got messed up Sad.


RE: [RELEASE] XBMC Subtitles - Addon Script - amet - 2012-07-24

(2012-07-24, 18:42)The__Virus Wrote: Getting no results from all sites except podnapisi, but I haven't registered for that website. Can anyone enlighten me? Sad

http://pastebin.com/xRgLTMn9

It did work perfectly before, but somehow something got messed up Sad.

Not a Debug Log