Packet could not be sent to the server
Published: March 15, 2023 - 09:30
Good morning,
I'm developing a package to deploy the Adobe CC suite. I'm developing it with PyScript. During installation and uninstallation tests, everything works correctly. But when I run the build-upload, I encounter a problem I've never experienced before.
The package signing process works, although this step is quite long compared to other packages (I imagine it's due to the size of the installation files, around 26 GB). However, afterwards, according to the Python console, approximately 16 GB are sent to the server, and then the process stops with the following message:
Could this be due to the size of the package files?
Thank you in advance for your answers.
Sincerely,
Guillaume Fuchs
I'm developing a package to deploy the Adobe CC suite. I'm developing it with PyScript. During installation and uninstallation tests, everything works correctly. But when I run the build-upload, I encounter a problem I've never experienced before.
The package signing process works, although this step is quite long compared to other packages (I imagine it's due to the size of the installation files, around 26 GB). However, afterwards, according to the Python console, approximately 16 GB are sent to the server, and then the process stops with the following message:
Code: Select all
FATAL ERROR : None : None
Exit code: 3Thank you in advance for your answers.
Sincerely,
Guillaume Fuchs