jesper-raemaekers / python-polarion

A Python package to access the Polarion WSDL API.
MIT License
57 stars 35 forks source link

Attachment download fails #46

Closed jesper-raemaekers closed 2 years ago

jesper-raemaekers commented 2 years ago

The getAttachment functions uses the url from the attachment which points to the svn location of a file. Which can work if the login details of Polarion match those of SVN, but the better solution would be to use the url polarion provides via the interface.

I found this out when a fresh install with Polarion 21r2 no longer allows the attachment tests to pass. It gives an 401 unauthorized error although the exception doesn't show this.

This issue is for reference as i will fix this "shortly"

jesper-raemaekers commented 2 years ago

Release in release 0.3.0