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
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x96 in position 0: invalid start byte
(8 additional frame(s) were not displayed)
...
File "at/utils/authentication.py", line 37, in require_api_key
return f(*args, **kwargs)
File "at/utils/file.py", line 178, in check_file
return f(*args, **kwargs)
File "at/api.py", line 48, in render
dir_path, filename = process_file(
File "at/utils/processor.py", line 44, in process_file
filename = md2xml(filename, logger)
File "at/utils/processor.py", line 54, in md2xml
first_line = file.readline().strip()
The text was updated successfully, but these errors were encountered:
So there seems to be some processing in the authortools that tries to make use of the UTF-8-ness of the data before handing over the data to kramdown-rfc
Sentry Issue: AUTHOR-TOOLS-36K
The text was updated successfully, but these errors were encountered: