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
I got this error in the log:
directory_watcher.py : scan_photos : 237 : ERROR : 'utf-8' codec can't encode characters in position 37-42: surrogates not allowed
How can I find out which folder is causing issues? How to fix this?
The text was updated successfully, but these errors were encountered:
You have a folder with a encoding that is not utf-8.
You can try scanning only part of the folders to narrow it down, there is no code to return what folder is causing it.
I got this error in the log:
directory_watcher.py : scan_photos : 237 : ERROR : 'utf-8' codec can't encode characters in position 37-42: surrogates not allowed
How can I find out which folder is causing issues? How to fix this?
The text was updated successfully, but these errors were encountered: