Code Monkey home page Code Monkey logo

Comments (12)

gee1k avatar gee1k commented on March 29, 2024 2

I am also getting this error. Is there an explanation for this?

from axios.

Nicolab avatar Nicolab commented on March 29, 2024

Here also. Axios catch an Exception generated by a Chrome extension

from axios.

zackify avatar zackify commented on March 29, 2024

Glad I'm not the only one, I don't get how more people aren't seeing this.

from axios.

Nicolab avatar Nicolab commented on March 29, 2024

May be because an exception is thrown into the then() method.
In my case in the then() method I have an events dispatcher and the Chrome extension explain the Flow.

from axios.

Nicolab avatar Nicolab commented on March 29, 2024

Hmm, Axios even catch exceptions thrown out of the method then().

from axios.

mzabriskie avatar mzabriskie commented on March 29, 2024

This is definitely not expected behavior. For those experiencing this, can you please provide a gist, or some example how to reproduce? Thanks.

from axios.

csm123 avatar csm123 commented on March 29, 2024

I'm using the same sort of promises as Axios on a project, and the promise catches exceptions in then. That is, exceptions in then don't throw an error in the Chrome console - instead the promise has the error. You can tack on .catch(function(err) { console.error(err); }); for debug purposes, but that's not really a lasting solution. Unsure of what to do here.

from axios.

csm123 avatar csm123 commented on March 29, 2024

Related: stefanpenner/es6-promise#40

from axios.

csm123 avatar csm123 commented on March 29, 2024

Also, this is how it's handled in es6-promise's parent library, RSVP.

https://github.com/tildeio/rsvp.js#error-handling

from axios.

dmt0 avatar dmt0 commented on March 29, 2024

I'm getting this in one (but not all) of my projects. Any time I hit an undefined.member in the render() function of any React component, Axios catches it.

##199

from axios.

nickuraltsev avatar nickuraltsev commented on March 29, 2024

This issue is not actionable as is. Please provide a code snippet that reproduces the problem and reopen.

from axios.

dmt0 avatar dmt0 commented on March 29, 2024

According to this it's actually the correct behavior apparently.

from axios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.