nodejs-ebay-api icon indicating copy to clipboard operation
nodejs-ebay-api copied to clipboard

Restler bug causing request issues

Open afreeland opened this issue 11 years ago • 2 comments

There is a bug in the version of restler that this module utilizes. This thread provides a good look into the issue and how it was solved https://github.com/angular-app/angular-app/issues/125.

This issue originally manifested itself when I would make a request to ebay, send a response back and then make another request and attempt to send another response which would then throw the error "Cant set headers after they are sent.".

Here is the original fix: https://github.com/QuePort/restler/commit/d44d126235d89c4692f254d00ca2b9cf80ef13c5

Restler has committed the fix and is functioning as expected.

afreeland avatar Sep 02 '14 20:09 afreeland

I heard of the author cannot actively follow this project, I wonder if they accept PRs... I just work on a private fork right now.

vicary avatar Oct 17 '14 11:10 vicary

Grrr, getting caught by this as well.

taitems avatar Aug 11 '15 10:08 taitems