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
{{ message }}
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
Hi, I got a new file yesterday and pressed get sample video, but it's like that, what's the error?
UnicodeDecodeError: 'cp949' codec can't decode byte 0xf0 in position 60: illegal multibyte sequence
Traceback:
File "C:\Users\pc\AppData\Local\Programs\Python\Python310\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 552, in _run_script
exec(code, module.dict)
File "C:\frogbase-main\ui\01_🏠_Home.py", line 255, in
fb.demo()
File "C:\frogbase-main\frogbase\core.py", line 376, in demo
self.add(sources, audio_only=False).transcribe(ignore_captioned=False).embed(overwrite=False).index()
File "C:\frogbase-main\frogbase\core.py", line 246, in add
self._media_buffer = self.media.add(sources, **opts)
File "C:\frogbase-main\frogbase\media.py", line 501, in add
added_media += self._add_from_web(source, **opts)
File "C:\frogbase-main\frogbase\media.py", line 278, in add_from_web
infodict = json.load(f)
File "C:\Users\seo\AppData\Local\Programs\Python\Python310\lib\json_init.py", line 293, in load
return loads(fp.read(),
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I got a new file yesterday and pressed get sample video, but it's like that, what's the error?
UnicodeDecodeError: 'cp949' codec can't decode byte 0xf0 in position 60: illegal multibyte sequence
Traceback:
File "C:\Users\pc\AppData\Local\Programs\Python\Python310\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 552, in _run_script
exec(code, module.dict)
File "C:\frogbase-main\ui\01_🏠_Home.py", line 255, in
fb.demo()
File "C:\frogbase-main\frogbase\core.py", line 376, in demo
self.add(sources, audio_only=False).transcribe(ignore_captioned=False).embed(overwrite=False).index()
File "C:\frogbase-main\frogbase\core.py", line 246, in add
self._media_buffer = self.media.add(sources, **opts)
File "C:\frogbase-main\frogbase\media.py", line 501, in add
added_media += self._add_from_web(source, **opts)
File "C:\frogbase-main\frogbase\media.py", line 278, in add_from_web
infodict = json.load(f)
File "C:\Users\seo\AppData\Local\Programs\Python\Python310\lib\json_init.py", line 293, in load
return loads(fp.read(),
The text was updated successfully, but these errors were encountered: