TypeError: undefined is not an object (evaluating 'delete c[_.param].hex')
See original GitHub issueI can’t load transactions for my wallets in the app. The wallet balances show correctly, but when I try to refresh in order to view transactions I get the error:
TypeError: undefined is not an object (evaluating 'delete c[_.param].hex')
I ran the self-test inside the BlueWallet app and the same error above came up as the self-test result.
I’m running BlueWallet version 6.0.5 (build 1612982073) on an iPhone 11 with iOS 14.4
Screenshots attached to show version details and self-test result.
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
undefined is not an object (evaluating 'this.setState') when ...
the state to update is workoutList and I'm using a class component,and when I launch the code it returns back the error: TypeError:...
Read more >TypeError: undefined is not an object (evaluating 'this ... - GitHub
Hi. I`m trying to use the lib, and write and run the introduction steps on the documentations. Already linked in react native, ...
Read more >Node.js v19.3.0 Documentation
If the message parameter is undefined, a default error message is assigned. ... The following, for instance, will throw the TypeError because there...
Read more >Grammar and types - JavaScript - MDN Web Docs - Mozilla
This chapter discusses JavaScript's basic grammar, variable declarations, data types and literals.
Read more >ECMA-262 Edition 5.1 - ECMAScript Language Specification
ECMAScript does not use classes such as those in C++, Smalltalk, or Java. ... If Type(Obj) is not Object throw a TypeError exception....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
With your help here I was able to figure out that my bitcoin node was not reading a config file correctly on startup, so reboots were not using -txindex. I was able to fix the issue and verify the above commands give the expected response from my custom ElectrumX server.
I really appreciate the help!
@cconcannon I debugged your server, and looks like your bitcoind is running without
-txindex
, so electrum can’t index all data. the error I got from your electrum is :where other electrum servers respond okay.
if you want to debug it yourself, here’s the console command that queries regular electrum server:
and here’s how your server responds: