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.
Recording started, enter "exit" command or Control-D to end
Traceback (most recent call last):
File "/home/jimmy/.pyenv/versions/anaconda3-5.0.1/envs/devel/bin/termtosvg", line 11, in <module>
load_entry_point('termtosvg', 'console_scripts', 'termtosvg')()
File "/home/jimmy/workspace/git/termtosvg/termtosvg/__main__.py", line 172, in main
columns, lines, system_theme = term.get_configuration(output_fileno)
File "/home/jimmy/workspace/git/termtosvg/termtosvg/term.py", line 340, in get_configuration
xresources_str = _get_xresources()
File "/home/jimmy/workspace/git/termtosvg/termtosvg/term.py", line 367, in _get_xresources
return data.value.decode('utf-8')
AttributeError: 'str' object has no attribute 'decode'
It maybe happen to me only. And I try to fix this for myself by removing .decode('utf-8')
File "/home/jimmy/workspace/git/termtosvg/termtosvg/term.py", line 367, in _get_xresources return data.value # now, works ok.
The text was updated successfully, but these errors were encountered:
yssource
added a commit
to yssource/termtosvg
that referenced
this issue
Jul 2, 2018
This part of the code has been removed for the next release. The release candidate is available on the branch release/0.3.0 and can also be downloaded from pypi test server:
It maybe happen to me only. And I try to fix this for myself by removing
.decode('utf-8')
File "/home/jimmy/workspace/git/termtosvg/termtosvg/term.py", line 367, in _get_xresources
return data.value # now, works ok.
The text was updated successfully, but these errors were encountered: