Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Thread '<unnamed>' panicked at 'Unexpected rlp error: RlpIsTooShort' (Ropsten Byzantium Fork) #6550

Closed
mtbitcoin opened this issue Sep 19, 2017 · 1 comment
Assignees
Labels
F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust. M6-rpcapi 📣 RPC API. P5-sometimesoon 🌲 Issue is worth doing soon.

Comments

@mtbitcoin
Copy link

I'm running:

  • Parity version: 1.7.2
  • Operating system: Windows

When running on the new Byzantium Ropsten fork and attempting to do a eth_getTransactionReceipt for this specific TxHash 0x360ae8131ff5c56694a85b4cc442921dd0cfcf8151927eda497583ad9041e9cf

curl http://localhost:8546 -X POST --data "{"jsonrpc":"2.0","method":"eth_getTransactionReceipt","params":["0x360ae8131ff5c56694a85b4cc442921dd0cfcf8151927eda497583ad9041e9cf"],"id":1}" -H "Content-Type: application/json"

The following error emerges on the parity client

2017-09-19 04:21:19 UTC Imported #1700899 41da…fdb6 (0 txs, 0.00 Mgas, 0.60 ms, 0.53 KiB)
2017-09-19 04:21:20 UTC 10/25 peers 5 MiB chain 61 MiB db 0 bytes queue 23 KiB sync RPC: 0 conn, 0 req/s, 0 µs
2017-09-19 04:21:20 UTC Imported #1700900 cd67…1744 (0 txs, 0.00 Mgas, 0.70 ms, 0.53 KiB)
thread '' panicked at 'Unexpected rlp error: RlpIsTooShort', src\libcore\result.rs:860
stack backtrace:
0: hid_error
1: hid_error
2: hid_error
3: hid_error
4: hid_error
5: hid_error
6: hid_error
7: hid_error
8:
9: hid_error
10: hid_error
11:
12:
13:
14:
15:
16:
17:
18:
19: hid_error
20:
21:
22: hid_error
23:
24: hid_error
25: BaseThreadInitThunk

@5chdn 5chdn added F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust. M6-rpcapi 📣 RPC API. P5-sometimesoon 🌲 Issue is worth doing soon. labels Sep 19, 2017
@arkpar arkpar self-assigned this Sep 19, 2017
@mtbitcoin
Copy link
Author

fyi only, i have also tried purging all the chain data folder and re syncing from scratch with the same error result.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust. M6-rpcapi 📣 RPC API. P5-sometimesoon 🌲 Issue is worth doing soon.
Projects
None yet
Development

No branches or pull requests

3 participants