We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
devnet logs shows this error
panic: interface conversion: interface {} is nil, not string goroutine 1 [running]: github.com/threefoldtech/tfchain_bridge/pkg/logger.GetRefundReason(...) /src/bridge/tfchain_bridge/pkg/logger/logger.go:38 github.com/threefoldtech/tfchain_bridge/pkg/bridge.(*Bridge).handleRefundExpired(0xc0002d4930, {0x901e40, 0xc00009e7c0}, {{0xc00051e2c0, 0x40}, {0xc00051e300, 0x38}, 0x9184e72a000}) /src/bridge/tfchain_bridge/pkg/bridge/refund.go:61 +0x69c github.com/threefoldtech/tfchain_bridge/pkg/bridge.(*Bridge).Start(0xc0002d4930, {0x901e40, 0xc00009e7c0}) /src/bridge/tfchain_bridge/pkg/bridge/bridge.go:177 +0xad6 main.main() /src/bridge/tfchain_bridge/main.go:70 +0x807
The text was updated successfully, but these errors were encountered:
https://github.com/threefoldtech/tfchain/blob/development/bridge/tfchain_bridge/pkg/logger/logger.go#L38
Probably the Ctx value wasn't set
Sorry, something went wrong.
Update: Verified
The error has been resolved after deploying the fix. It is no longer showing up.
No branches or pull requests
devnet logs shows this error
The text was updated successfully, but these errors were encountered: