Why do I encounter an error "no chunk size found while parsing data from server answer" when downloading results from Polyspace Access?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
MathWorks Support Team
il 3 Mar 2023
Risposto: MathWorks Support Team
il 6 Mar 2023
I am downloading some analysis results from Polyspace Access R2022b, but am encountering the following error:
Connecting to https://mydomain.com:443
Connecting as a.user
Downloading results for RunId 1
Download preparing for DOWNLOAD_ID r1rw
Download preparation complete for DOWNLOAD_ID: r1rw Error: Error: no chunk size found while parsing data from server answer
Try 'polyspace-access -h' for more information
In the Docker container logs, I discovered this error:
ERROR 14 --ExceptionWebSocketHandlerDecorator (see line 2233 in access-web-sever.log)
Why does this error occur?
Risposta accettata
MathWorks Support Team
il 3 Mar 2023
This error is due to having multiple Polyspace versions installed on the computer. In the PATH environment variable, you should observe that there are multiple Polyspace installation folders, e.g.
...
C:\Program Files\Polyspace\R2021b\polyspace\bin
...
C:\Program Files\Polyspace\R2022b\polyspace\bin
...
To fix the issue, please ensure that the path corresponding to the Polyspace version you intend to use with Polyspace Access is on top of other paths. In this case, move "C:\Program Files\Polyspace\R2022b\polyspace\bin" above "C:\Program Files\Polyspace\R2021b\polyspace\bin".
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Run Settings in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!