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
{{ message }}
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.
However when attempting to run the command I am experiencing this error:
% termtosvg
Recording started, enter "exit" command or Control-D to end
Traceback (most recent call last):
File "/usr/bin/termtosvg", line 11, in <module>
load_entry_point('termtosvg==0.2.1', 'console_scripts', 'termtosvg')()
File "/usr/lib/python3.6/site-packages/termtosvg/__main__.py", line 134, in main
columns, lines, theme = term.get_configuration(output_fileno)
File "/usr/lib/python3.6/site-packages/termtosvg/term.py", line 340, in get_configuration
xresources_str = _get_xresources()
File "/usr/lib/python3.6/site-packages/termtosvg/term.py", line 360, in _get_xresources
return data.value.decode('utf-8')
AttributeError: 'NoneType' object has no attribute 'value'
The text was updated successfully, but these errors were encountered:
Hi, I've attempted to package termtosvg with the following versions in play:
However when attempting to run the command I am experiencing this error:
The text was updated successfully, but these errors were encountered: