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
UnicodeEncodeError: 'latin-1' codec can't encode character '\u2019' in position 162: ordinal not in range(256)
(3 additional frame(s) were not displayed)
...
File "doctor/tasks.py", line 479, in set_mp3_meta_data
audio_file.tag.audio_source_url = audio_data["download_url"]
File "eyed3/id3/tag.py", line 797, in audio_source_url
self._setUrlFrame(frames.URL_AUDIOSRC_FID, url)
File "eyed3/id3/tag.py", line 759, in _setUrlFrame
self.frame_set[fid] = frames.UrlFrame(fid, url)
File "eyed3/id3/frames.py", line 421, in __init__
self.url = url
File "eyed3/id3/frames.py", line 432, in url
url.encode(ISO_8859_1) # Likewise, it must encode
The text was updated successfully, but these errors were encountered:
UnicodeEncodeError: 'latin-1' codec can't encode character '\u2019' in position 162: ordinal not in range(256)
Sentry Issue: DOCTOR-N
The text was updated successfully, but these errors were encountered: