Skip to content

Instantly share code, notes, and snippets.

@felipecaldas
Created November 16, 2017 01:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipecaldas/39fc87fab130c74ece8dbaa6ee498e2a to your computer and use it in GitHub Desktop.
Save felipecaldas/39fc87fab130c74ece8dbaa6ee498e2a to your computer and use it in GitHub Desktop.
2017-11-16T01:35:27.099Z E/Global: org.json.JSONException: No value for to
2017-11-16T01:35:27.100Z E/Global: at $c_Lorg_json_JSONException.$c_jl_Throwable.fillInStackTrace__jl_Throwable(https://raw.githubusercontent.com/scala-js/scala-js/v0.6.9/library/src/main/scala/scala/scalajs/runtime/StackTrace.scala:33:4)
2017-11-16T01:35:27.101Z E/Global: at $c_Lorg_json_JSONException.$c_jl_Throwable.init___T__jl_Throwable(https://raw.githubusercontent.com/scala-js/scala-js/v0.6.9/javalanglib/src/main/scala/java/lang/Throwables.scala:12:18)
2017-11-16T01:35:27.102Z E/Global: at org.json.JSONException.<init>(../../src/main/scala/org/json/JSONException.scala:33:45)
2017-11-16T01:35:27.103Z E/Global: at org.json.JSONObject.getString(https://raw.githubusercontent.com/scala/scala/v2.11.8/src/library/scala/Option.scala:121:4)
2017-11-16T01:35:27.104Z E/Global: at co.ledger.wallet.core.wallet.ethereum.api.AbstractTransactionRestClient$JsonTransaction.<init>(../../src/main/scala/co/ledger/wallet/core/wallet/ethereum/api/AbstractTransactionRestClient.scala:101:50)
2017-11-16T01:35:27.105Z E/Global: at co.ledger.wallet.core.wallet.ethereum.api.WebSocketNetworkObserver.co$ledger$wallet$core$wallet$ethereum$api$WebSocketNetworkObserver$$onMessage(https://raw.githubusercontent.com/scala/scala/v2.11.8/src/library/scala/util/Try.scala:192:4)
2017-11-16T01:35:27.106Z E/Global: at {anonymous}()(../../src/main/scala/co/ledger/wallet/core/wallet/ethereum/api/WebSocketNetworkObserver.scala:58:25)
2017-11-16T01:35:27.107Z E/Global: at scala.scalajs.runtime.AnonFunction1.apply(https://raw.githubusercontent.com/scala-js/scala-js/v0.6.9/library/src/main/scala/scala/scalajs/runtime/AnonFunctions.scala:15:37)
2017-11-16T01:35:27.108Z E/Global: at co.ledger.wallet.web.ethereum.core.net.JsWebSocketFactory$JsWebSocket$$anonfun$1.apply(../../src/main/scala/co/ledger/wallet/web/ethereum/core/net/JsWebSocketFactory.scala:69:28)
2017-11-16T01:35:27.109Z E/Global: at co.ledger.wallet.web.ethereum.core.net.JsWebSocketFactory$JsWebSocket$$anonfun$1.apply(../../src/main/scala/co/ledger/wallet/web/ethereum/core/net/JsWebSocketFactory.scala:67:46)
2017-11-16T01:37:57.431Z D/Global: Amount: 8.26
2017-11-16T01:37:57.433Z D/Global: Recipient: 0xa246b907e4<<REMOVED BY ME>>
2017-11-16T01:37:57.434Z D/Global: Is IBAN: true
2017-11-16T01:37:57.435Z D/Global: Gas limit: 21000
2017-11-16T01:37:57.436Z D/Global: Data:
2017-11-16T01:37:57.440Z V/APDU: => E006000000
2017-11-16T01:37:57.444Z V/APDU: <= 000100119000
2017-11-16T01:37:57.446Z D/Global: /send/8260000000000000000/to/0xa246b907e44183aabf0228a6c7d15c8dd643289d/from/0/with/21000/price/10000000000/data/
2017-11-16T01:37:57.454Z I/HTTP: [GET] https://api.ledgerwallet.com/blockchain/v2/eth/addresses/0x9629cfd9dd2af0b5b5bab04d9f93b8024845ffef/nonce
2017-11-16T01:37:58.850Z I/HTTP: [GET] https://api.ledgerwallet.com/blockchain/v2/eth/addresses/0x9629cfd9dd2af0b5b5bab04d9f93b8024845ffef/nonce - 200 success
2017-11-16T01:37:58.852Z D/Global: Transaction nonce: 0
2017-11-16T01:37:58.853Z V/APDU: => E006000000
2017-11-16T01:37:58.858Z V/APDU: <= 000100119000
2017-11-16T01:37:58.859Z D/Global: used eip155
2017-11-16T01:37:58.861Z V/APDU: => E00400003E048000002C8000003C8000000000000000EC808502540BE40082520894A246B907E44183AABF0228A6C7D15C8DD643289D8872A16A3C94BA000080018080
2017-11-16T01:38:00.262Z V/APDU: <= 26F9AAADD5A59324CD329A3FDC4E19F24AF1428A39864E6C4305FA9C69198F26B411474F1883F8264C65F77081F5DCD6065A68D13D412CEB5BB285D369A8772C149000
2017-11-16T01:38:00.269Z D/Global: PUSH TX F86C808502540BE40082520894A246B907E44183AABF0228A6C7D15C8DD643289D8872A16A3C94BA00008026A0F9AAADD5A59324CD329A3FDC4E19F24AF1428A39864E6C4305FA9C69198F26B4A011474F1883F8264C65F77081F5DCD6065A68D13D412CEB5BB285D369A8772C14
2017-11-16T01:38:00.274Z I/HTTP: [POST] https://api.ledgerwallet.com/blockchain/v2/eth/transactions/send
2017-11-16T01:38:02.114Z E/HTTP: [POST] https://api.ledgerwallet.com/blockchain/v2/eth/transactions/send - 400 error
2017-11-16T01:38:02.119Z E/Global: co.ledger.wallet.core.net.HttpException
2017-11-16T01:38:02.120Z E/Global: at $c_Lco_ledger_wallet_core_net_HttpException.$c_jl_Throwable.fillInStackTrace__jl_Throwable(https://raw.githubusercontent.com/scala-js/scala-js/v0.6.9/library/src/main/scala/scala/scalajs/runtime/StackTrace.scala:33:4)
2017-11-16T01:38:02.121Z E/Global: at $c_Lco_ledger_wallet_core_net_HttpException.$c_jl_Throwable.init___T__jl_Throwable(https://raw.githubusercontent.com/scala-js/scala-js/v0.6.9/javalanglib/src/main/scala/java/lang/Throwables.scala:12:18)
2017-11-16T01:38:02.122Z E/Global: at co.ledger.wallet.core.net.HttpException.<init>(../../src/main/scala/co/ledger/wallet/core/net/HttpClient.scala:331:112)
2017-11-16T01:38:02.123Z E/Global: at co.ledger.wallet.core.net.HttpClient$ResponseBuilder.build(../../src/main/scala/co/ledger/wallet/core/net/HttpClient.scala:319:6)
2017-11-16T01:38:02.124Z E/Global: at Object.complete(../../src/main/scala/co/ledger/wallet/web/ethereum/core/net/JQHttpClient.scala:60:59)
2017-11-16T01:38:02.124Z E/Global: at j(chrome-extension://hmlhkialjkaldndjnlcdfdphcgeadkkm/angular/jquery.min.js:2:26911)
2017-11-16T01:38:02.125Z E/Global: at Object.fireWith(chrome-extension://hmlhkialjkaldndjnlcdfdphcgeadkkm/angular/jquery.min.js:2:27724)
2017-11-16T01:38:02.126Z E/Global: at x(chrome-extension://hmlhkialjkaldndjnlcdfdphcgeadkkm/angular/jquery.min.js:4:11193)
2017-11-16T01:38:02.127Z E/Global: at XMLHttpRequest.<anonymous>(chrome-extension://hmlhkialjkaldndjnlcdfdphcgeadkkm/angular/jquery.min.js:4:14577)
2017-11-16T01:38:21.850Z V/Global: Receive unhandled notification type 'new-reorg'
@numero41
Copy link

numero41 commented Jan 25, 2018

Hello, I found you here because I have some issues with my Ledger, and I'm trying to inspect my ledger_wallet_logfile.
I have the error " org.json.JSONException: No value for to".
I also see that all the transactions that are listed here are not mine (???)
May I ask you why did you publish this file here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment