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
A TypeError occurs when a MicroForkException is initialised:
Traceback (most recent call last):
File "/usr/local/bin/hive", line 8, in <module>
sys.exit(run())
File "/usr/local/lib/python3.6/dist-packages/hive/cli.py", line 23, in run
launch_mode(mode, conf)
File "/usr/local/lib/python3.6/dist-packages/hive/cli.py", line 34, in launch_mode
Sync(conf=conf).run()
File "/usr/local/lib/python3.6/dist-packages/hive/indexer/sync.py", line 92, in run
self.listen()
File "/usr/local/lib/python3.6/dist-packages/hive/indexer/sync.py", line 190, in listen
for block in steemd.stream_blocks(hive_head + 1, trail_blocks, max_gap):
File "/usr/local/lib/python3.6/dist-packages/hive/steem/block/stream.py", line 94, in start
popped = queue.push(block)
File "/usr/local/lib/python3.6/dist-packages/hive/steem/block/stream.py", line 42, in push
raise MicroForkException("%squeue:%d %s" % (alert, fork, buff))
TypeError: %d format: a number is required, not str
The arguments are probably reversed.
The text was updated successfully, but these errors were encountered:
A TypeError occurs when a MicroForkException is initialised:
The arguments are probably reversed.
The text was updated successfully, but these errors were encountered: