Skip to content
New issue

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

--lineart unicode not working #629

Closed
sje30 opened this issue May 1, 2022 · 2 comments
Closed

--lineart unicode not working #629

sje30 opened this issue May 1, 2022 · 2 comments

Comments

@sje30
Copy link

sje30 commented May 1, 2022

Hi,

Thanks for a great package.

--lineart unicode when generating calw generates the following error (fancy and ascii work as required).

$ 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
@Aleuck
Copy link

Aleuck commented Aug 21, 2022

Exact same error in two diferent systems (OpenSuse Tumbleweed and Raspberry Pi OS).

@dbarnett
Copy link
Collaborator

Fixed via #582.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants