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
I agree to follow the code of conduct that this project follows, as appropriate.
I have searched the issue tracker for an issue that matches the one I want to file, without success.
Please describe your issue:
When publishing to S3, I sometimes (20-40% of the time) receive an error.
Here's the log:
✔ Checking your system
✔ Resolving Forge Config
We need to package your application before we can make it
✔ Preparing to Package Application for arch: x64
✔ Compiling Application
✔ Preparing native dependencies
✔ Packaging Application
Making for the following targets:
✔ Making for target: dmg - On platform: darwin - For arch: x64
✔ Making for target: zip - On platform: darwin - For arch: x64
✔ Resolving publish target: s3
⠙ Uploading Artifacts 1/2
An unhandled exception has occurred inside Forge:
callback called twice
Error: callback called twice
at onCb (/usr/local/lib/node_modules/electron-forge/node_modules/pend/index.js:36:23)
at Response.<anonymous> (/usr/local/lib/node_modules/electron-forge/node_modules/s3/lib/index.js:303:11)
at Request.<anonymous> (/usr/local/lib/node_modules/electron-forge/node_modules/aws-sdk/lib/request.js:364:18)
at Request.callListeners (/usr/local/lib/node_modules/electron-forge/node_modules/aws-sdk/lib/sequential_executor.js:105:20)
at Request.emit (/usr/local/lib/node_modules/electron-forge/node_modules/aws-sdk/lib/sequential_executor.js:77:10)
at Request.emit (/usr/local/lib/node_modules/electron-forge/node_modules/aws-sdk/lib/request.js:683:14)
at Request.transition (/usr/local/lib/node_modules/electron-forge/node_modules/aws-sdk/lib/request.js:22:10)
at AcceptorStateMachine.runTo (/usr/local/lib/node_modules/electron-forge/node_modules/aws-sdk/lib/state_machine.js:14:12)
at /usr/local/lib/node_modules/electron-forge/node_modules/aws-sdk/lib/state_machine.js:26:10
at Request.<anonymous> (/usr/local/lib/node_modules/electron-forge/node_modules/aws-sdk/lib/request.js:38:9)
at Request.<anonymous> (/usr/local/lib/node_modules/electron-forge/node_modules/aws-sdk/lib/request.js:685:12)
at Request.callListeners (/usr/local/lib/node_modules/electron-forge/node_modules/aws-sdk/lib/sequential_executor.js:115:18)
at Request.emit (/usr/local/lib/node_modules/electron-forge/node_modules/aws-sdk/lib/sequential_executor.js:77:10)
at Request.emit (/usr/local/lib/node_modules/electron-forge/node_modules/aws-sdk/lib/request.js:683:14)
at Request.transition (/usr/local/lib/node_modules/electron-forge/node_modules/aws-sdk/lib/request.js:22:10)
at AcceptorStateMachine.runTo (/usr/local/lib/node_modules/electron-forge/node_modules/aws-sdk/lib/state_machine.js:14:12)
Please describe your issue:
When publishing to S3, I sometimes (20-40% of the time) receive an error.
Here's the log:
Screenshot: https://i.imgur.com/ZE8qh4I.png
Command:
electron-forge publish --platform=darwin --target=s3
It's unreliable; can't always reproduce.
package.json
forge.js
The text was updated successfully, but these errors were encountered: