have noticed that since Mac OS server got "deprecated" in Mac OS Sierra and Mojave and the caching service moved to the OS as a "standard feature" something seems to have happened with the precache.py
Downloads for specific Iphone models dont work, runs ok with:
Processing feeds. This may take a few moments. (then stops)
--debug shows:
cache_assets() - INFO - Beginning precache run for models: iPhone8,1
Noticed that Apple also change their urls in the SoftwareUpdate.xml
from:
http://app1dn1d.apple.com
to:
http://updates-http.cdn-apple.com
still using __RelativePath and __BaseURL so should work.
But every old Iphone update uses the old url, and all the new ones seems to be using the new url.
I know this one is closed, but it might be someone out there thats figured this one out!
have noticed that since Mac OS server got "deprecated" in Mac OS Sierra and Mojave and the caching service moved to the OS as a "standard feature" something seems to have happened with the precache.py
Downloads for specific Iphone models dont work, runs ok with:
Processing feeds. This may take a few moments. (then stops)
--debug shows:
cache_assets() - INFO - Beginning precache run for models: iPhone8,1
Noticed that Apple also change their urls in the SoftwareUpdate.xml
from:
http://app1dn1d.apple.com
to:
http://updates-http.cdn-apple.com
still using __RelativePath and __BaseURL so should work.
But every old Iphone update uses the old url, and all the new ones seems to be using the new url.
I know this one is closed, but it might be someone out there thats figured this one out!