View Single Post
Old 03-10-2021, 05:06 PM   #157
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Well, when I said that the URLs would be stable, I did not account for the possibility of the datacenter burning down...

Packages have been uploaded to a different DC, so stuff should now be back up, but, this had an unfortunate consequence for the update-kobostuff script, since it was kinda assuming that the URL would pretty much stay put .

Anyway, you can either update via the KoboRoot package, or you can simply fix the URL with this trivial patch:

Code:
--- /usr/local/stuff/lib/libotautils.ori
+++ /usr/local/stuff/lib/libotautils
@@ -62,7 +62,7 @@
 }
 
 ## Quick'n dirty OTA index parsing...
-OTA_BASE_URL="https://storage.sbg.cloud.ovh.net/v1/AUTH_2ac4bfee353948ec8ea7fd1710574097/mr-public"
+OTA_BASE_URL="https://storage.gra.cloud.ovh.net/v1/AUTH_2ac4bfee353948ec8ea7fd1710574097/mr-public"
 # We'll want to work in a tmpfs
 OTA_WORKDIR="/tmp/stuff"
 OTA_INDEX="${OTA_WORKDIR}/ota.html"
NiLuJe is offline   Reply With Quote