Cannot complete downloading the blockchain. The issue is with requests to the following url:
https://denaro-node.gaetano.eu.org/get_blocks?offset=72307&limit=1
INFO:denaro:ic| e: RemoteProtocolError('peer closed connection without sending complete message body (incomplete chunked read)')
It was stopping at an earlier block. I modifed the code to reduce the limit paramater and each time it would go a little further. Finally I changed to limit 1 and it failed at block 72307. You can enter the above URL into a browser and see that the request never completes.
Even if you enter that block into the explorer it never loads:
https://explorer.denaro.is/block/72307
Cannot complete downloading the blockchain. The issue is with requests to the following url:
https://denaro-node.gaetano.eu.org/get_blocks?offset=72307&limit=1
It was stopping at an earlier block. I modifed the code to reduce the limit paramater and each time it would go a little further. Finally I changed to limit 1 and it failed at block 72307. You can enter the above URL into a browser and see that the request never completes.
Even if you enter that block into the explorer it never loads:
https://explorer.denaro.is/block/72307