nodejs-ebay-api
                                
                                 nodejs-ebay-api copied to clipboard
                                
                                    nodejs-ebay-api copied to clipboard
                            
                            
                            
                        Restler bug causing request issues
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.
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.
Grrr, getting caught by this as well.