Skip to content

Instantly share code, notes, and snippets.

@janjezik
Created February 5, 2023 21:16
Show Gist options
  • Save janjezik/663b780e49d61dcc934ecb8bbe201397 to your computer and use it in GitHub Desktop.
Save janjezik/663b780e49d61dcc934ecb8bbe201397 to your computer and use it in GitHub Desktop.
antfs-cli -- pair terminal output
jj@jj-ubuntu:~/.config$ antfs-cli --pair
Request basic information...
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/antfs_cli-0.3-py3.10.egg/antfs_cli/program.py", line 354, in main
g = AntFSCLI(config_dir, args)
File "/usr/local/lib/python3.10/dist-packages/antfs_cli-0.3-py3.10.egg/antfs_cli/program.py", line 131, in __init__
Application.__init__(self)
File "/home/jj/.local/lib/python3.10/site-packages/ant/fs/manager.py", line 141, in __init__
raise e
File "/home/jj/.local/lib/python3.10/site-packages/ant/fs/manager.py", line 115, in __init__
m = self._node.request_message(Message.ID.RESPONSE_CAPABILITIES)
File "/home/jj/.local/lib/python3.10/site-packages/ant/easy/node.py", line 116, in request_message
return self.wait_for_special(messageId)
File "/home/jj/.local/lib/python3.10/site-packages/ant/easy/node.py", line 144, in wait_for_special
return wait_for_special(event_id, self._responses, self._responses_cond)
File "/home/jj/.local/lib/python3.10/site-packages/ant/easy/filter.py", line 111, in wait_for_special
return wait_for_message(match, process, queue, condition)
File "/home/jj/.local/lib/python3.10/site-packages/ant/easy/filter.py", line 62, in wait_for_message
raise AntException("Timed out while waiting for message")
ant.easy.exception.AntException: Timed out while waiting for message
Interrupted: Timed out while waiting for message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment