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

panic: interface conversion during syn #4801

Closed
zediir opened this issue Feb 9, 2020 · 0 comments · Fixed by #4803
Closed

panic: interface conversion during syn #4801

zediir opened this issue Feb 9, 2020 · 0 comments · Fixed by #4803
Assignees
Labels
Bug Something isn't working

Comments

@zediir
Copy link

zediir commented Feb 9, 2020

got

panic: interface conversion: interface {} is *uint64, not uint64

goroutine 259493 [running]:
github.com/prysmaticlabs/prysm/beacon-chain/sync.(*Service).goodbyeRPCHandler(0xc000015800, 0x1aa52a0, 0xc01aeaa0c0, 0x1425f60, 0xc05d4260f8, 0x1abc5e0, 0xc052c9f320, 0x0, 0x0)
        beacon-chain/sync/rpc_goodbye.go:30 +0x544
github.com/prysmaticlabs/prysm/beacon-chain/sync.(*Service).registerRPC.func1(0x1abc5e0, 0xc052c9f320)
        beacon-chain/sync/rpc.go:88 +0xb6e
github.com/libp2p/go-libp2p/p2p/host/basic.(*BasicHost).SetStreamHandler.func1(0xc052a8f5c0, 0x24, 0x7f44659f7a48, 0xc052c9f320, 0x24, 0xc0014a5140)
        external/com_github_libp2p_go_libp2p/p2p/host/basic/basic_host.go:397 +0x9d
created by github.com/libp2p/go-libp2p/p2p/host/basic.(*BasicHost).newStreamHandler
        external/com_github_libp2p_go_libp2p/p2p/host/basic/basic_host.go:295 +0x6a2

during sync with --initial-sync-cache-state.

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