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
I encountered an issue when trying to pipe clipboard content into the fabric command with the --pattern summarize option. The command and error message are as follows:
╰─ pbpaste | fabric --pattern summarize
Traceback (most recent call last):
File "/path/to/fabric", line 8, in
sys.exit(cli())
^^^^^
File "/path/to/site-packages/installer/client/cli/fabric.py", line 178, in main
text = standalone.get_cli_input()
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/path/to/site-packages/installer/client/cli/utils.py", line 473, in get_cli_input
return sys.stdin.read()
^^^^^^^^^^^^^^^^
File "", line 322, in decode
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 220: invalid continuation byte
iconv: iconv_open(, -t): Invalid argument
Error converting string from to UTF-8
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I encountered an issue when trying to pipe clipboard content into the fabric command with the --pattern summarize option. The command and error message are as follows:
╰─ pbpaste | fabric --pattern summarize
Traceback (most recent call last):
File "/path/to/fabric", line 8, in
sys.exit(cli())
^^^^^
File "/path/to/site-packages/installer/client/cli/fabric.py", line 178, in main
text = standalone.get_cli_input()
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/path/to/site-packages/installer/client/cli/utils.py", line 473, in get_cli_input
return sys.stdin.read()
^^^^^^^^^^^^^^^^
File "", line 322, in decode
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 220: invalid continuation byte
iconv: iconv_open(, -t): Invalid argument
Error converting string from to UTF-8
Beta Was this translation helpful? Give feedback.
All reactions