shrimpy-python icon indicating copy to clipboard operation
shrimpy-python copied to clipboard

Invalid Nonce Error for all authenticated endpoints

Open mchavva1 opened this issue 4 years ago • 2 comments

Hey folks, Just get started with shrimpy and I'm constantly getting "Invalid nonce" from all authentication end points when i use this client v0.0.15. I'm doing nothing fancy here but just test the basic endpoints such as get_user(), list_accounts() and list_users(). Here's the screenshot. Is anyone else getting this error? image

I'm actually getting 200 when i hit the endpoints directly from postman. Can someone comment on this? image

mchavva1 avatar Oct 17 '21 23:10 mchavva1

I'm facing the same issue with shrimpy-node client as well. I tried to convert the nonce to a string value in the python client and yet I'm getting the "Invalid nonce" error.

image

mchavva1 avatar Oct 19 '21 01:10 mchavva1

@mchavva1 how did you generate the signature for the Postman test? Perhaps we can replicate that in Python & retry?

vinhloc30796 avatar Nov 17 '21 15:11 vinhloc30796