You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to set up Powergate through CLI and JS client.
As I understand it requires Docker to run the localnet. I have installed Doker desktop application successfully and run the localnet with make localnet.
Its running alright for some time, but then giving error: invalid character 's' looking for beginning of value.
...
localnet-lotus-1 | 2022-12-08T23:17:13.355Z WARN miner miner/miner.go:463 completed mineOne {"tookMilliseconds": 61, "forRound": 5141, "baseEpoch": 5140, "baseDeltaSeconds": 359847350, "nullRounds": 0, "lateStart": true, "beaconEpoch": 5141, "lookbackEpochs": 900, "networkPowerAtLookback": "10737411072", "minerPowerAtLookback": "10737411072", "isEligible": true, "isWinner": true, "error": null}
localnet-lotus-1 | 2022-12-08T23:17:13.355Z WARN miner miner/miner.go:322 mined block in the past {"block-time": "2011-07-15T01:41:53.000Z", "time": "2022-12-08T23:17:13.355Z", "difference": 359847320.35565865}
localnet-lotus-1 | 2022-12-08T23:17:13.381Z INFO chain chain/sync.go:710 block validation {"took": 0.022914584, "height": "5141", "age": 359847320.3818575}
localnet-lotus-1 | 2022-12-08T23:17:13.383Z INFO chainstore store/store.go:600 New heaviest tipset! [bafy2bzacec2ka5afwxluz4sb4yiccxxota7e46dow5mypxjvsotyxbz37vno2] (height=5141)
localnet-lotus-1 | 2022-12-08T23:17:13.386Z WARN sub sub/incoming.go:104 received block with large delay from miner {"block": "bafy2bzacec2ka5afwxluz4sb4yiccxxota7e46dow5mypxjvsotyxbz37vno2", "delay": 359847320, "miner": "f01000"}
invalid character 's' looking for beginning of value
make: *** [localnet] Error 1
Following by Docker shutdown with fatal error code 152.
I have tried running on two different computers, both being Apple M1. I'm not sure whether this is a problem with Powergate backend, docker or my local set up.
Resetting and restarting Docker does not solve the issue, only reinstalling until it runs into the same behaviour.
The text was updated successfully, but these errors were encountered:
I have been trying to set up Powergate through CLI and JS client.
As I understand it requires Docker to run the localnet. I have installed Doker desktop application successfully and run the localnet with
make localnet
.Its running alright for some time, but then giving error:
invalid character 's' looking for beginning of value
.Following by Docker shutdown with fatal error code 152.
I have tried running on two different computers, both being Apple M1. I'm not sure whether this is a problem with Powergate backend, docker or my local set up.
Resetting and restarting Docker does not solve the issue, only reinstalling until it runs into the same behaviour.
The text was updated successfully, but these errors were encountered: