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
C:\Users\tsukamoto\temp\aozora-cli>python ./bin/aozora books
Traceback (most recent call last):
(略)
File "C:\Users\ap745667\temp\aozora-cli\aozoracli\cli.py", line 19, in books
'title': title,
File "C:\Users\ap745667\temp\aozora-cli\aozoracli\books.py", line 21, in main
print(books)
UnicodeEncodeError: 'cp932' codec can't encode character '\xd6' in position 88210: illegal multibyte sequence
Windows固有(CLIがCP932)の気もするので、後回しでいいかも。
The text was updated successfully, but these errors were encountered:
booksサブコマンドをWindows環境、引数なしで実行するとエラーが起きました。
エラーメッセージから、返ってきたデータ中にCP932にエンコードできない文字があって落ちたのかな、と思いました。
Windows固有(CLIがCP932)の気もするので、後回しでいいかも。
The text was updated successfully, but these errors were encountered: