-
Notifications
You must be signed in to change notification settings - Fork 23
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
api calls involving lists. #52
Comments
I have contacted the Transip team about this issue. if possible it would be great to post example usage of the api not using the cli but by calling it directly. |
the moment a list gets passed into a batch function it disapears when arrived at the cookie creator. i can subscribe this with an example. assume we have: conclusion:
Question: |
Could you try again with the latest release (2.1.0)? There's a fix for calls with list results and I'm curious if this also fixes your problem. Thanks. |
I'm also experiencing this issue
results in: suds.WebFault: Server raised fault: 'Exception received from JSON Server: Invalid API signature, signature does not match the request. (timestamp: 0.97579900 1602590987)' other non list calls are working fine |
I am currently experiencing issues with requests involving lists. Requests made to the transip api with string parameters like get_whois or get_info are working as intended but when i get a batch function i get the following error.
File "/usr/local/lib/python3.7/dist-packages/transip/service/domain.py", line 25, in batch_check_availability return self._simple_request('batchCheckAvailability', domain_names) File "/usr/local/lib/python3.7/dist-packages/transip/client.py", line 202, in _simple_request return getattr(self.soap_client.service, method)(*args) File "/usr/local/lib/python3.7/dist-packages/suds/client.py", line 521, in __call__ return client.invoke(args, kwargs) File "/usr/local/lib/python3.7/dist-packages/suds/client.py", line 581, in invoke result = self.send(soapenv) File "/usr/local/lib/python3.7/dist-packages/suds/client.py", line 619, in send description=tostr(e), original_soapenv=original_soapenv) File "/usr/local/lib/python3.7/dist-packages/suds/client.py", line 670, in process_reply raise WebFault(fault, replyroot) suds.WebFault: Server raised fault: 'Exception received from JSON Server: Invalid API signature, signature does not match the request. (timestamp: 0.87884700 1572513446)'
I have verified that my key and username are working and that the ip is whitelisted.
I have created the input of the batch_check_availability like
l = list('example.com','example.org','example.net')
i also checked with a command in front of the credential mapper to check if it was a timeout. that is not the case in both direct and secondary aproach the batch assignment would fail.
i hope you can help solve the issue
for completeness i've uploaded the complete trace of the error
transip_batch_error_log.txt
The text was updated successfully, but these errors were encountered: