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

make: *** [localnet] Error 1 invalid character 's' looking for beginning of value #900

Open
schummd opened this issue Dec 8, 2022 · 0 comments

Comments

@schummd
Copy link

schummd commented Dec 8, 2022

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.

Screen Shot 2022-12-09 at 10 21 10 am

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant