getID unexpected end of json input

So I’m trying to set up a node. Got my wallet funded yesterday with 30 coins, made my id, it took the 10 coins, then my node started to update the chainDB. I did a little more reading and realized this was going to take forever, so I shut it down, downloaded the latest chainDB while I slept. Got home from work a little while ago, figured it would be an easy copy and paste then reboot. After adding the new chainDB I’m getting some error I did not encounter yesterday.

2022/06/18 16:11:25.752874 ←[0;31m[ERROR]←[m GID 1, unexpected end of JSON input
2022/06/18 16:11:25.752874 ←[0;33m[WARN ]←[m GID 1, Ask my ID from http://mainnet-seed-0037.nkn.org:30003 error: unexpected end of JSON input
2022/06/18 16:11:30.762661 ←[0;31m[ERROR]←[m GID 1, POST request: Post “http://mainnet-seed-0002.nkn.org:30003”: context deadline exceeded (Client.Timeout exceeded while awaiting headers)

2022/06/18 16:11:33.034897 ←[0;33m[WARN ]←[m GID 1, Ask my ID from http://mainnet-seed-0002.nkn.org:30003 error: Post “http://mainnet-seed-0002.nkn.org:30003”: context deadline exceeded (Client.Timeout exceeded while awaiting headers)
2022/06/18 16:11:33.604454 ←[0;32m[INFO ]←[m GID 1, GetMyExtIP got resp: from http://mainnet-seed-0004.nkn.org:30003

2022/06/18 16:11:33.604454 ←[0;31m[ERROR]←[m GID 1, unexpected end of JSON input
2022/06/18 16:11:33.605505 ←[0;33m[WARN ]←[m GID 1, Ask my ID from http://mainnet-seed-0004.nkn.org:30003 error: unexpected end of JSON input
2022/06/18 16:11:33.875475 ←[0;32m[INFO ]←[m GID 1, GetMyExtIP got resp: from http://mainnet-seed-0019.nkn.org:30003

It’s just a whole lot of this.

2022/06/18 16:17:33.559605 ←[0;31m[ERROR]←[m GID 1, unexpected end of JSON input
2022/06/18 16:17:33.560430 ←[0;33m[WARN ]←[m GID 1, get nonce from http://mainnet-seed-0017.nkn.org:30003 error: unexpected end of JSON input
2022/06/18 16:17:33.826051 ←[0;32m[INFO ]←[m GID 1, GetNonceByAddr got resp: {“id”:“1”,“jsonrpc”:“2.0”,“result”:{“currentHeight”:4137130,“nonce”:1,“nonceInTxPool”:1}} from http://mainnet-seed-0043.nkn.org:30003

2022/06/18 16:17:34.055277 ←[0;32m[INFO ]←[m GID 1, CreateID got resp: {“error”:{“code”:-1,“data”:“id has been registered”,“message”:“INTERNAL ERROR, Duplicate transaction”},“id”:“1”,“jsonrpc”:“2.0”} from http://mainnet-seed-0043.nkn.org:30003

And some of that as well.

My wallet was also drained of my 20 remianing NKN tokens, so I’m not sure what happened to that either. Nknx sometimes tells me I’m generating ID, or pruning, but while it says pruning nothing is happening on the command line like it was when it was updating last night.

I’m also getting an error when it tries to access the cert, says certs\myip.ipv4.nknlabs.io.resource.json does not exist, which it does not. But myip.nknlabs.io.user.json exists. I tried changing the file name but it just created a new .user.json.

I did not change anything from a successful node updating procedure, or what looked like one at least, last night to today other than removing the chainDB folder and using the current one I downloaded overnight. I’m also noticing an occasional error where it says ID cannot be obtained from local ledger, whatever that means. Very confused, any help or clarity would be wonderful, thanks.

Quick edit/update: Well looks like I should have been slightly more patient, even though I had waited a little bit I should have just held out longer. I think it sorted itself out it looks like. It’s definitely doing some stuff. And I realized I did not add my wallet to nknx, which shows my 20 coins, the nkn wallet site does not though. Weird.