Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App upload intermittently fails #33

Closed
Hexxeh opened this issue Jan 23, 2020 · 4 comments
Closed

App upload intermittently fails #33

Hexxeh opened this issue Jan 23, 2020 · 4 comments
Labels
wontfix This will not be worked on

Comments

@Hexxeh
Copy link

Hexxeh commented Jan 23, 2020

Periodically I see that uploading the app to Apple fails with this error:

2020-01-23T12:42:46.700Z electron-notarize zip succeeded, attempting to upload to Apple
/Volumes/macbuilder7/workspace/app/node_modules/electron-notarize/lib/index.js:4
        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
                                                         ^
Error: Failed to upload app to Apple's notarization servers

2020-01-23 04:42:46.941 altool[28355:10218559] *** Error: Server returned an invalid MIME type: text/plain, body: Unauthenticated

Often, 2-3 concurrent builds will fail in the same way. Restarting them typically makes them pass. It seems the later calls within the notarization process are retried upon failure, and I see this same error successfully recovered from there. Could/should the same logic be applied to the upload step too?

@mifi
Copy link
Contributor

mifi commented Feb 16, 2020

For me it crashes half of the time when building. would be nice with some retry

mifi referenced this issue in mifi/electron-notarize Apr 1, 2020
@malept
Copy link
Member

malept commented Apr 30, 2020

Retry is not happening, see #37 (comment)

@malept malept closed this as completed Apr 30, 2020
@malept malept added the wontfix This will not be worked on label Apr 30, 2020
@mifi
Copy link
Contributor

mifi commented Apr 30, 2020

Can we keep the issue open? It’s still an issue even though retry has not been accepted as a solution.

@malept
Copy link
Member

malept commented Apr 30, 2020

It's still a problem, but it's really a problem on Apple's end. Trying to fix it on our end will be problematic because the behavior of their tools and servers aren't particularly transparent and could change at any time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants