You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.
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 angular-app/angular-app#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.".
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 angular-app/angular-app#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: QuePort/restler@d44d126
Restler has committed the fix and is functioning as expected.
The text was updated successfully, but these errors were encountered: