We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Thanks for a great package.
--lineart unicode when generating calw generates the following error (fancy and ascii work as required).
--lineart unicode
$ gcalcli --lineart unicode calw Traceback (most recent call last): File "/sbin/gcalcli", line 33, in <module> sys.exit(load_entry_point('gcalcli==4.3.0', 'console_scripts', 'gcalcli')()) File "/usr/lib/python3.10/site-packages/gcalcli/cli.py", line 167, in main gcal.CalQuery( File "/usr/lib/python3.10/site-packages/gcalcli/gcal.py", line 1282, in CalQuery self._GraphEvents(cmd, start, count, event_list) File "/usr/lib/python3.10/site-packages/gcalcli/gcal.py", line 487, in _GraphEvents self.printer.msg(week_top + '\n', color_border) TypeError: can't concat str to bytes
The text was updated successfully, but these errors were encountered:
Exact same error in two diferent systems (OpenSuse Tumbleweed and Raspberry Pi OS).
Sorry, something went wrong.
Fixed via #582.
No branches or pull requests
Hi,
Thanks for a great package.
--lineart unicode
when generating calw generates the following error (fancy and ascii work as required).The text was updated successfully, but these errors were encountered: