Giter VIP home page Giter VIP logo

Comments (8)

prithsharma avatar prithsharma commented on May 31, 2024

I am seeing this too. Any resolutions?

Stack trace -

E/INSTABUG - Instabug( 4878): Instabug Caught an Unhandled Exception: java.lang.RuntimeException
E/INSTABUG - Instabug( 4878): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.qfolio/com.qfolio.MainActivity}: java.lang.IllegalArgumentException: bad base-64
E/INSTABUG - Instabug( 4878):   at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2195)
E/INSTABUG - Instabug( 4878):   at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2245)
E/INSTABUG - Instabug( 4878):   at android.app.ActivityThread.access$800(ActivityThread.java:135)
E/INSTABUG - Instabug( 4878):   at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
E/INSTABUG - Instabug( 4878):   at android.os.Handler.dispatchMessage(Handler.java:102)
E/INSTABUG - Instabug( 4878):   at android.os.Looper.loop(Looper.java:136)
E/INSTABUG - Instabug( 4878):   at android.app.ActivityThread.main(ActivityThread.java:5017)
E/INSTABUG - Instabug( 4878):   at java.lang.reflect.Method.invokeNative(Native Method)
E/INSTABUG - Instabug( 4878):   at java.lang.reflect.Method.invoke(Method.java:515)
E/INSTABUG - Instabug( 4878):   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
E/INSTABUG - Instabug( 4878):   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
E/INSTABUG - Instabug( 4878):   at dalvik.system.NativeStart.main(Native Method)
E/INSTABUG - Instabug( 4878): Caused by: java.lang.IllegalArgumentException: bad base-64
E/INSTABUG - Instabug( 4878):   at android.util.Base64.decode(Base64.java:161)
E/INSTABUG - Instabug( 4878):   at android.util.Base64.decode(Base64.java:136)
E/INSTABUG - Instabug( 4878):   at android.util.Base64.decode(Base64.java:118)
E/INSTABUG - Instabug( 4878):   at com.instabug.library.internal.d.a.i.c(OnDiskCache.java:198)
E/INSTABUG - Instabug( 4878):   at com.instabug.library.internal.d.a.i.b(OnDiskCache.java:67)
E/INSTABUG - Instabug( 4878):   at com.instabug.library.internal.d.a.e.a(CacheManager.java:191)
E/INSTABUG - Instabug( 4878):   at com.instabug.library.internal.d.a.e.a(CacheManager.java:174)
E/INSTABUG - Instabug( 4878):   at com.instabug.library.internal.d.a.h.a(IssuesCacheManger.java:27)
E/INSTABUG - Instabug( 4878):   at com.instabug.library.internal.d.a.h.d(IssuesCacheManger.java:84)
E/INSTABUG - Instabug( 4878):   at com.instabug.library.internal.d.a.h.c(IssuesCacheManger.java:70)
E/INSTABUG - Instabug( 4878):   at com.instabug.library.i.B(InstabugDelegate.java:218)
E/INSTABUG - Instabug( 4878):   at com.instabug.library.i.<init>(InstabugDelegate.java:121)
E/INSTABUG - Instabug( 4878):   at com.instabug.library.Instabug$Builder.build(Instabug.java:1114)
E/INSTABUG - Instabug( 4878):   at com.instabug.library.Instabug$Builder.build(Instabug.java:1196)
E/INSTABUG - Instabug( 4878):   at com.kenny.instabug.InstabugPackage.<init>(InstabugPackage.java:45)
E/INSTABUG - Instabug( 4878):   at com.qfolio.MainApplication$1.getPackages(MainApplication.java:46)
E/INSTABUG - Instabug( 4878):   at com.facebook.react.ReactNativeHost.createReactInstanceManager(ReactNativeHost.java:70)
E/INSTABUG - Instabug( 4878):   at com.facebook.react.ReactNativeHost.getReactInstanceManager(ReactNativeHost.java:38)
E/INSTABUG - Instabug( 4878):   at com.facebook.react.ReactActivity.onCreate(ReactActivity.java:107)
E/INSTABUG - Instabug( 4878):   at android.app.Activity.performCreate(Activity.java:5231)
E/INSTABUG - Instabug( 4878):   at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/INSTABUG - Instabug( 4878):   at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2159)
E/INSTABUG - Instabug( 4878):   ... 11 more

from instabug-android.

mhmdnagy avatar mhmdnagy commented on May 31, 2024

Please, upgrage to Instabug v2.6.2. This is issue if fixed in this version.

from instabug-android.

pan-haos avatar pan-haos commented on May 31, 2024

How did you fix it , I just face the same probleam with bad-base64 , I also use base64 decode a base-64,Ios can decode it ,but Android cannot

from instabug-android.

rexhinokovaci avatar rexhinokovaci commented on May 31, 2024

anyone found any solution after 1 year?

from instabug-android.

mzelzoghbi avatar mzelzoghbi commented on May 31, 2024

@rexhinokovaci Are you facing this issue on our latest SDK Version 9.1.6 ?

from instabug-android.

rexhinokovaci avatar rexhinokovaci commented on May 31, 2024

@rexhinokovaci Are you facing this issue on our latest SDK Version 9.1.6 ?

yes and on 29 API level

from instabug-android.

mzelzoghbi avatar mzelzoghbi commented on May 31, 2024

is it happening on native android SDK or ReactNative? And can you reproduce the issue locally?

from instabug-android.

mzelzoghbi avatar mzelzoghbi commented on May 31, 2024

Can you share with me the full stacktrace ?

from instabug-android.

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.