You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.Use any of the latest builds
2.Install the 1channel addon
What is the expected output? What do you see instead?
Installation will be successful but the wrong version of urlresolver (from
mainline) is getting downloaded.
What version of the product are you using? On what operating system?
XBMC4XBOX-31783
Please provide any additional information below.
Flowers smell good.
Original issue reported on code.google.com by [email protected] on 31 May 2013 at 12:02
thanks for the report (as discussed via pm).
The situation is currently with the addons4xbox installer:
Addon chosen to download - check dependencies:
Loop through OUR REPO then XBMC REPO
Download dependencies, if missing check next repo.
Problem occurs as the direct web access to individual files on google code is
causing timeouts. this causes urlresolver (in this case) to fail. However, it
will continue to the XBMC REPO, and then install a version that doesn't work on
xbmc4xbox.
Possible Fixes:
* When a download fails, stop / fail fatally
* move files to another host - perhaps having a copy of the addons in zips on
our server - generated say daily. This would also be quicker to install than
individual files - certainly the http access to files on google svn is not only
unreliable, but slow.
In the meantime, I have bumped the version of urlresolver to 1.0.10 from 1.0.9
and the required version on the 1channel plugin to 1.0.10, so if it fails /
times out, it will end up being fatal, and XBMC REPO doesn't have a version
1.0.10.
Original issue reported on code.google.com by
[email protected]
on 31 May 2013 at 12:02Attachments:
The text was updated successfully, but these errors were encountered: