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
On occasion on OS X, I'm running into an issue during the unpacking portion of the update process that's resulting in the update failing. the file will completely download and as soon as I run the unpack function, I get an error. Here's the error:
I'm not sure what's happening exactly, and I can't seem to pinpoint it to any specific actions. This has happened on two different machines so far both running OS X 10.11 El Capitan. Any insight greatly appreciated.
The text was updated successfully, but these errors were encountered:
Nah, definitely not permissions. It's always completely random. I ended up "fixing" it by recursing my unpack function up to three times before throwing an error out to the user. Sometimes it will fail once or twice, but ever since I put in the recursive functionality, I haven't had a single visible error report, so that's good. It's not much of a fix, but it did take care of the immediate issue.
Like I said, it definitely isn't permission issues, especially considering sometimes it won't run the first time but then it will the second time in the exact same environment... Unfortunately the only error output I get is what I posted above. On this page:
It looks like error code 9 is "the specified zipfiles were not found." Not sure if that helps at all. It's definitely a weird error. I'd like to say the download corrupted when the failures happen, but here's some other odd functionality: I don't redownload the files as part of my recursive function, the only part I recurse on is the unpack step. So the same ZIP that fails will succeed after two or three tries. It's really weird.
On occasion on OS X, I'm running into an issue during the unpacking portion of the update process that's resulting in the update failing. the file will completely download and as soon as I run the unpack function, I get an error. Here's the error:
I'm not sure what's happening exactly, and I can't seem to pinpoint it to any specific actions. This has happened on two different machines so far both running OS X 10.11 El Capitan. Any insight greatly appreciated.
The text was updated successfully, but these errors were encountered: