Why do I encounter an error "no chunk size found while parsing data from server answer" when downloading results from Polyspace Access?
3 views (last 30 days)
Show older comments
MathWorks Support Team
on 3 Mar 2023
Answered: MathWorks Support Team
on 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?
Accepted Answer
MathWorks Support Team
on 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 Comments
More Answers (0)
See Also
Categories
Find more on Run Settings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!