floralvikings / jira-connector

NodeJS Wrapper for the Jira REST API
http://floralvikings.github.io/jira-connector/
MIT License
373 stars 180 forks source link

Getting a "oauth_problem=nonce_used" error when making multiple consequetive requests #134

Closed marias-truelogic closed 5 years ago

marias-truelogic commented 5 years ago

What the title says, basically.

If I make a single request to retrieve an issue, I don't have problems, but if I make multiple requests the queries fail.

marias-truelogic commented 5 years ago

No fix, I had to rate limit my requests.