Unable to run instauptodate.py
I am trying to run the 10.7 catalog. But it appears that it is trying to run the installs based on the name and not on the checksum.
[code]Parsing the catalog files for 10.7_vanilla
Java For Mac OS X 10.7
Remote Desktop Client 3.5.1
Security Update 2011-005
iTunes 10.4.1
Finding and validating the sources for 10.7_vanilla
Java For Mac OS X 10.7 - looking based on display name[/code]
it sits there for a a while then errors out. At first i thought it was the updated path i had put in for 10.7.2 combo updater but as you can see after commenting that line out it went to the next one which is the java update and that faile too. This is the rest of the error it gets after sitting at the checking name section for a couple of minutes
[code]Traceback (most recent call last):
File "./instaUp2Date.py", line 716, in
main()
File "./instaUp2Date.py", line 671, in main
thisController.findItems()
File "./instaUp2Date.py", line 330, in findItems
thisItem.findItem(progressReporter=progressReporter)
File "/Users/itsadmin/Desktop/InstaDMG/AddOns/InstaUp2Date/Resources/installerPackage.py", line 158, in findItem
self.filePath = cacheController.findItem(self.source, self.checksumType, self.checksumValue, self.displayName, additionalSourceFolders, progressReporter)
File "/Users/itsadmin/Desktop/InstaDMG/AddOns/InstaUp2Date/Resources/cacheController.py", line 305, in findItem
raise Exception('Unable to connect to remote url: %s got error: %s' % (nameOrLocation, error.reason))
Exception: Unable to connect to remote url: http://support.apple.com/downloads/DL1421/en_US/JavaForMacOSX10.7.dmg got error: [Errno 60] Operation timed out[/code]