Coder Social home page Coder Social logo

blunt76 / cardash Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 53.41 MB

Car dashboard with speedmeter, max speed alert, hour and music player for ANDROID

License: MIT License

JavaScript 87.92% Python 6.57% Java 5.41% Shell 0.10%
android android-application music-player react-native speedometer

cardash's People

Contributors

blunt76 avatar drazail avatar

Watchers

 avatar  avatar

cardash's Issues

The app crashed after I clicked on the play button.

Expected behavior

The users should be able to click on the play button and play the songs without getting any trouble.

Actual behavior

When I clicked on the play button, then the app crashed.

How to reproduce

Here is every possible detail to reproduce the bug.

  1. Open the app.
  2. Click on the "play" button. (Make sure, the status of max is like this "MAX: OFF".)
  3. Notice the error.
  • App version: 0.1.8
  • Operating system: Android 6.0.1

Recording Of The Bug

buug

LogCat

5-26 14:14:58.356   639   675 E AndroidRuntime: FATAL EXCEPTION: mqt_native_modules

05-26 14:14:58.356   639   675 E AndroidRuntime: Process: com.minimalcardashboard, PID: 639

05-26 14:14:58.356   639   675 E AndroidRuntime: com.facebook.react.common.c: undefined is not an object (evaluating 'l[c].path'), stack:

05-26 14:14:58.356   639   675 E AndroidRuntime: value@396:1973

05-26 14:14:58.356   639   675 E AndroidRuntime: handlePlayPause@396:1138

05-26 14:14:58.356   639   675 E AndroidRuntime: onPress@396:2466

05-26 14:14:58.356   639   675 E AndroidRuntime: touchableHandlePress@327:1912

05-26 14:14:58.356   639   675 E AndroidRuntime: touchableHandlePress@-1

05-26 14:14:58.356   639   675 E AndroidRuntime: _performSideEffectsForTransition@195:9071

05-26 14:14:58.356   639   675 E AndroidRuntime: _performSideEffectsForTransition@-1

05-26 14:14:58.356   639   675 E AndroidRuntime: _receiveSignal@195:7784

05-26 14:14:58.356   639   675 E AndroidRuntime: _receiveSignal@-1

05-26 14:14:58.356   639   675 E AndroidRuntime: touchableHandleResponderRelease@195:5072

05-26 14:14:58.356   639   675 E AndroidRuntime: touchableHandleResponderRelease@-1

05-26 14:14:58.356   639   675 E AndroidRuntime: y@90:576

05-26 14:14:58.356   639   675 E AndroidRuntime: P@90:719

05-26 14:14:58.356   639   675 E AndroidRuntime: E@90:773

05-26 14:14:58.356   639   675 E AndroidRuntime: M@90:1940

05-26 14:14:58.356   639   675 E AndroidRuntime: H@90:2699

05-26 14:14:58.356   639   675 E AndroidRuntime: forEach@-1

05-26 14:14:58.356   639   675 E AndroidRuntime: j@90:2499

05-26 14:14:58.356   639   675 E AndroidRuntime: <unknown>@90:14003

05-26 14:14:58.356   639   675 E AndroidRuntime: Ue@90:83341

05-26 14:14:58.356   639   675 E AndroidRuntime: De@90:13673

05-26 14:14:58.356   639   675 E AndroidRuntime: We@90:13846

05-26 14:14:58.356   639   675 E AndroidRuntime: receiveTouches@90:14605

05-26 14:14:58.356   639   675 E AndroidRuntime: value@28:3311

05-26 14:14:58.356   639   675 E AndroidRuntime: <unknown>@28:822

05-26 14:14:58.356   639   675 E AndroidRuntime: value@28:2565

05-26 14:14:58.356   639   675 E AndroidRuntime: value@28:794

05-26 14:14:58.356   639   675 E AndroidRuntime: value@-1

05-26 14:14:58.356   639   675 E AndroidRuntime: 

05-26 14:14:58.356   639   675 E AndroidRuntime: 	at com.facebook.react.modules.core.ExceptionsManagerModule.showOrThrowError(Unknown Source)

05-26 14:14:58.356   639   675 E AndroidRuntime: 	at com.facebook.react.modules.core.ExceptionsManagerModule.reportFatalException(Unknown Source)

05-26 14:14:58.356   639   675 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)

05-26 14:14:58.356   639   675 E AndroidRuntime: 	at com.facebook.react.bridge.JavaMethodWrapper.invoke(Unknown Source)

05-26 14:14:58.356   639   675 E AndroidRuntime: 	at com.facebook.react.bridge.JavaModuleWrapper.invoke(Unknown Source)

05-26 14:14:58.356   639   675 E AndroidRuntime: 	at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method)

05-26 14:14:58.356   639   675 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:739)

05-26 14:14:58.356   639   675 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:95)

05-26 14:14:58.356   639   675 E AndroidRuntime: 	at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(Unknown Source)

05-26 14:14:58.356   639   675 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:148)

05-26 14:14:58.356   639   675 E AndroidRuntime: 	at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(Unknown Source)

05-26 14:14:58.356   639   675 E AndroidRuntime: 	at java.lang.Thread.run(Thread.java:818)

Fail to open the app

Android 5.1
Here is logcat

Process: com.minimalcardashboard, PID: 16334
java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libreactnativejni.so
	at com.facebook.soloader.SoLoader.b(Unknown Source)
	at com.facebook.soloader.SoLoader.a(Unknown Source)
	at com.facebook.soloader.SoLoader.a(Unknown Source)
	at com.facebook.soloader.SoLoader.a(Unknown Source)
	at com.facebook.react.bridge.ReactBridge.staticInit(Unknown Source)
	at com.facebook.react.bridge.NativeMap.<clinit>(Unknown Source)
	at com.facebook.react.jscexecutor.a.create(Unknown Source)
	at com.facebook.react.k$5.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:818)``` 

Version x86_64

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.