-
-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests are broken due to failing transip provider tests #512
Comments
TransIP changed their API on March 5th, 2020: https://www.transip.nl/nieuws/de-nieuwe-transip-rest-api-is-live/
Translation: the new API moved from SOAP to REST. This means - for example - that the API now returns JSON instead of XML. Maybe some relevant information can be found on https://www.transip.nl/developers/ or https://github.com/transip or cc @digi-talo |
Thanks @olafz that's kind of what it looked like. Unfortunately it seems the most recent transip package in pypy is 1 year old and appears to use the soap interface https://pypi.org/project/transip/#history. |
@ross The repository itself looks kind-of alive though: https://github.com/benkonrath/transip-api. I just cross-referenced an issue there (the same cause); let's see if anything happens. Otherwise I might take a look myself when I have a bit more time. |
I just released a new version (2.1.0) that should fix the issue (thanks to some help). You can try this version but the TransIP SOAP API has been thankfully deprecated and will be turned off at some point (I guess). |
/cc #514 which bumps to 2.1.1 and backs out the removal of tests and coverage. |
Looks like the transip resources are down causing breakages in the tests:
http://www.transip.nl/soap seems to be inaccessible.
The text was updated successfully, but these errors were encountered: