There were one or more errors with your zip/7z file #3

Open
opened 2016-02-28 11:11:07 +00:00 by tajnymag · 3 comments
tajnymag commented 2016-02-28 11:11:07 +00:00 (Migrated from github.com)

Hi, I've wanted to compare Web2Executable and Electify to find out which one packs better but I've ran to this erro message which comes up right after pressing Export. Using different download location or changing Electron version doesn't help. Also I've tried to export to all of the platforms with no luck.

I'm running W10 x64.

Hi, I've wanted to compare Web2Executable and Electify to find out which one packs better but I've ran to this erro message which comes up right after pressing Export. Using different download location or changing Electron version doesn't help. Also I've tried to export to all of the platforms with no luck. I'm running W10 x64.
PChild commented 2016-06-18 22:08:20 +00:00 (Migrated from github.com)

I had this same error and decided to track down where the message was coming from. That message comes from line 715 in main.py, and is part of the done_extracting function. The error is pretty vague as any error in the extraction process will cause it to show up. In my case, the user account I was using didn't have permission to modify files at the output location. Some quick testing showed that changing the output location and using 'Run as Administrator' both fixed the error. Hope this helps!

I had this same error and decided to track down where the message was coming from. That message comes from [line 715 in main.py](https://github.com/jyapayne/Electrify/blob/master/main.py#L715), and is part of the done_extracting function. The error is pretty vague as any error in the extraction process will cause it to show up. In my case, the user account I was using didn't have permission to modify files at the output location. Some quick testing showed that changing the output location and using 'Run as Administrator' both fixed the error. Hope this helps!
Nabu0001 commented 2017-01-31 17:20:32 +00:00 (Migrated from github.com)

Same issue, I did everything with permissions, tested many folders with write access, etc...
Does not work at all.

Same issue, I did everything with permissions, tested many folders with write access, etc... Does not work at all.
2braincells2go commented 2017-02-01 13:00:37 +00:00 (Migrated from github.com)

On one of my Win 10 laptops I have to use "Users/Public/Public Documents" to get exporting working. Not sure why and never found solution. On desktop (and another laptop) can export without any issues.

On one of my Win 10 laptops I have to use "Users/Public/Public Documents" to get exporting working. Not sure why and never found solution. On desktop (and another laptop) can export without any issues.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jyapayne/Electrify#3
No description provided.