Skip to content
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

App crashes when opening details of an on-chain transaction using Core Lightning #1862

Closed
myxmaster opened this issue Nov 19, 2023 · 2 comments · May be fixed by #1868
Closed

App crashes when opening details of an on-chain transaction using Core Lightning #1862

myxmaster opened this issue Nov 19, 2023 · 2 comments · May be fixed by #1868
Labels
Bug Something isn't working

Comments

@myxmaster
Copy link
Contributor

Describe the bug

App crashes when opening details of an on-chain transaction using Core Lightning

Reproduce

  • Go to activity
  • Tap on an on-chain transaction
    -> App crashes

ZEUS version

v0.8.0

Node interface

Core Lightning (c-lightning-REST)

Network

Clearnet

Device

Android Emulator Pixel 7 Pro

Device operating system

Android 14

Log output

TypeError: Cannot read property 'map' of undefined

This error is located at:
    in TransactionView (created by inject-with-NodeInfoStore(TransactionView))
    in inject-with-NodeInfoStore(TransactionView) (created by SceneView)
    in SceneView (at StackView.tsx:269)
    in RCTView (created by View)
    in View (at CardContainer.tsx:171)
    in RCTView (created by View)
    in View (at CardContainer.tsx:170)
    in RCTView (created by View)
    in View (at Card.tsx:488)
    in RCTView (created by View)
    in View
    in Unknown (at Card.tsx:475)
    in PanGestureHandler (at Card.tsx:468)
    in RCTView (created by View)
    in View
    in Unknown (at Card.tsx:464)
    in RCTView (created by View)
    in View (at Card.tsx:457)
    in Card (at CardContainer.tsx:138)
    in CardContainer (at CardStack.tsx:544)
    in RCTView (created by View)
    in View
    in Unknown (at CardStack.tsx:121)
    in MaybeScreen (at CardStack.tsx:537)
    in RCTView (created by View)
    in View (at CardStack.tsx:96)
    in MaybeScreenContainer (at CardStack.tsx:444)
    in CardStack (at StackView.tsx:377)
    in KeyboardManager (at StackView.tsx:375)
    in RNCSafeAreaView (created by SafeAreaProvider)
    in SafeAreaProvider (at SafeAreaProviderCompat.tsx:34)
    in SafeAreaProviderCompat (at StackView.tsx:372)
    in StackView (at StackView.tsx:41)
    in StackView (at createStackNavigator.tsx:33)
    in Unknown (created by Navigator)
    in Navigator (created by NavigationContainer)
    in NavigationContainer (created by App)
    in RNGestureHandlerRootView (created by GestureHandlerRootView)
    in GestureHandlerRootView (created by App)
    in RCTView (created by View)
    in View (created by PushNotificationManager)
    in PushNotificationManager (created by App)
    in RCTView (created by View)
    in View (created by Screen)
    in RCTView (created by View)
    in View (created by LinearGradient)
    in LinearGradient (created by Screen)
    in Screen (created by Observer)
    in Observer (created by AppContainer)
    in AppContainer (created by App)
    in MobXProvider (created by App)
    in App
    in RCTView (created by View)
    in View (created by AppContainer)
    in RCTView (created by View)
    in View (created by AppContainer)
    in AppContainer
    in zeus(RootComponent), js engine: hermes
@myxmaster myxmaster added the Bug Something isn't working label Nov 19, 2023
@kaloudis
Copy link
Contributor

@kaloudis
Copy link
Contributor

Patch added in 034a834 as we figure out how to proceed in #1868

@kaloudis kaloudis closed this as completed Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants