Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

infinite loop on mine() #8

Open
JcBernack opened this issue Nov 24, 2021 · 2 comments
Open

infinite loop on mine() #8

JcBernack opened this issue Nov 24, 2021 · 2 comments

Comments

@JcBernack
Copy link

while ((await this._arweave.transactions.getStatus(txID)).status !== 200) {

This will end up looping forever if the transaction never reaches a 200 status, e.g. because of 410: overspend.

@opendiddev
Copy link

any update about this issue ?
Arweave docker continues printing info: [snapshot] could not retrieve block at height 0, retrying when mine() invoked

@Syncretik
Copy link

Syncretik commented Jul 8, 2022

running into this issue as well, not sure if it's breaking because it can't find a specific transaction (see attachment)

Screen Shot 2022-07-08 at 12 05 29 PM

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

No branches or pull requests

3 participants