Kodi Community Forum
301 Error from xbmc-txupdate.xml - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Translations and Languages (https://forum.kodi.tv/forumdisplay.php?fid=90)
+--- Thread: 301 Error from xbmc-txupdate.xml (/showthread.php?tid=194562)



301 Error from xbmc-txupdate.xml - Mudislander - 2014-05-09

Over the last few days I've been getting a 301 error when I try to run "xbmc-langdload.exe"

Error msg = ERROR HTTPHandler:curlURLToStr finished with error code: 301 from URL https://raw.github.com/xbmc/translations/master/translation/xbmc-addons/xbmc-txupdate.xml

Anyone else seeing this or have I done something silly ? Have just wiped any reinstalled my laptop.


RE: 301 Error from xbmc-txupdate.xml - alanwww1 - 2014-05-09

Hi !

Thanks for reporting. There was an API change at Github so I need to enable redirecting in the utility, the way I already did with my txupdate utility.

I'll do it for the langdload as well, or by the time you just need to add that one line in the source code and recompile.

Thanks,

Cheers,
Attila


RE: 301 Error from xbmc-txupdate.xml - robwebset - 2014-05-09

Perfect timing! - I just had that error as well!

Rob


RE: 301 Error from xbmc-txupdate.xml - Xycl - 2014-05-15

Hi Attila,

thanks for your hint.
It works.

Xycl


RE: 301 Error from xbmc-txupdate.xml - robwebset - 2014-05-15

(2014-05-15, 15:00)Xycl Wrote: Hi Attila,

thanks for your hint.
It works.

Xycl

If you have the environment to compile to tool - please would it be possible for you to make it available to people?

Thanks

Rob


RE: 301 Error from xbmc-txupdate.xml - realtebo - 2014-05-19

+1 for public available source !


RE: 301 Error from xbmc-txupdate.xml - Martijn - 2014-05-19

Sources are already available


RE: 301 Error from xbmc-txupdate.xml - robwebset - 2014-05-19

(2014-05-19, 22:40)Martijn Wrote: Sources are already available

I think realtebo was actually meaning windows binary (rather than source) Big Grin

Rob


RE: 301 Error from xbmc-txupdate.xml - realtebo - 2014-05-19

Well, if binary for windows is yeat ready, of course I'd like a link to download the new version

If not, I can satisfy my curiosity reading the code... can you post a link?


RE: 301 Error from xbmc-txupdate.xml - robwebset - 2014-05-20

(2014-05-19, 23:13)realtebo Wrote: If not, I can satisfy my curiosity reading the code... can you post a link?

Source (and compiled exe - not currently updated) located:

https://github.com/xbmc/translations/tree/master/tool/xbmc-langdload


RE: 301 Error from xbmc-txupdate.xml - alanwww1 - 2014-05-20

Hi guys !

I updated both my upstream repo and the official xbmc translations repo with the commit:

https://github.com/xbmc/translations/commit/274add0a17326309ae0b66b6bab8dcad80151dc5
https://github.com/alanwww1/xbmc-langdload/commit/39ce9f504351f274ed41a12f9b2abb579dd26b18

I need help compiling it on Windows, becauase I only have Linux available at the moment.
If someone can provide the EXE I'll upload it to both repos.

Thanks !


RE: 301 Error from xbmc-txupdate.xml - Xycl - 2014-05-21

I copied it to
lang-load.exe


RE: 301 Error from xbmc-txupdate.xml - alanwww1 - 2014-05-21

Awesome ! Thanks for the help. I'll upload it to both github repos.

Cheers,
Attila