GithubHelp home page GithubHelp logo

Undefined only on android about apisauce HOT 6 CLOSED

infinitered avatar infinitered commented on August 20, 2024 2
Undefined only on android

from apisauce.

Comments (6)

skellock avatar skellock commented on August 20, 2024 2

I bet https://github.com/skellock/apisauce/blob/master/lib/apisauce.js#L173 is the problem. We're looking for an english match.

I did it like this because at the time, React Native wasn't bubbling up the right platform networking error. There have been several changes since then, so I'll have to go back and revisit that error message.

from apisauce.

maluramichael avatar maluramichael commented on August 20, 2024 1

When i type the following in my terminal adb shell input keyevent 82 the debug menu on my device opens and i press Debug JS Remotely everything works fine. When i disable the remote debugger every call throws the Network error.

And i changed the device language to english and the status is still undefined.

from apisauce.

skellock avatar skellock commented on August 20, 2024

Axios changed their interface in their latest version and it looks like my logic missed a scenario.

https://github.com/skellock/apisauce/blob/master/lib/apisauce.js#L149

Are you on a device? Is that device set to a non english setting? Which android version are you using?

Thanks for taking the time to report this.

from apisauce.

maluramichael avatar maluramichael commented on August 20, 2024

Thanks for your fast response @skellock. I'am on a real device 'Sony Xperia Z3 6.0' and it is set to german.

from apisauce.

maluramichael avatar maluramichael commented on August 20, 2024

Well i think i found MY error. I done something wrong in one of my transformers and it crashed. It looked like this

          ReactNativeJS  I  Running application "Lago" with appParams: {"initialProps":{},"rootTag":1}. __DEV__ === true, development-level warning are ON, performance optimizations are OFF
                         I  { [TypeError: undefined is not a function (evaluating 'objectToClean.id.lastIndexOf('/')')]
                         I    line: 122328,
                         I    column: 56,
                         I    sourceURL: 'http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false&minify=false' }
                         I  { [TypeError: undefined is not an object (evaluating 'error.response.status')]
                         I    line: 121005,
                         I    column: 43,
                         I    sourceURL: 'http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false&minify=false' }

EDIT: Yea this was the problem. To reproduce this for debugging you just create a response transformer that crash.

addResponseTransform(response=> {
  console.log(x.toUpperCase());
});

from apisauce.

skellock avatar skellock commented on August 20, 2024

Feel free to reopen if this is still causing grief. Thanks!

from apisauce.

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.