kptncook icon indicating copy to clipboard operation
kptncook copied to clipboard

Error while backup favorites

Open BigDi opened this issue 1 year ago • 0 comments

Get a traceback while backuping my 1086 favorites.

╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ │ C:\Python311\Lib\site-packages\kptncook_init_.py:167 in backup_kptncook_favorites │ │ │ │ 164 │ │ sys.exit(1) │ │ 165 │ │ │ 166 │ fs_repo = RecipeRepository(settings.root) │ │ ❱ 167 │ fs_repo.add_list(recipes) │ │ 168 │ rprint(f"Added {len(recipes)} recipes to local repository") │ │ 169 │ │ 170 │ │
UnicodeEncodeError: 'charmap' codec can't encode character '\u202f' in position 829203: character maps to

BigDi avatar Jul 02 '24 06:07 BigDi