-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while uploading - debug mode #76
Comments
opensubtitles
changed the title
Error while uploading
Error while uploading - debug mode
Dec 20, 2020
That will require manual modifications, but yes: change original: if (err) return reject(this.handleError(err)) becomes >>> if (err) return reject({error:err}) Then launch the app again, press F12 or CTRL+D, and head to the "console" tab of the chrome debugger (on V2.5) |
thanks! |
would be great to make this default, now it helped me to catch the problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
it is possible to turn on some debug mode ? I need to see what is sent and received to server (http headers + body)
Tha nks
The text was updated successfully, but these errors were encountered: