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.
File "C:\Users\Arthas\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:\Users\Arthas\Downloads\frogbase-main\ui\01_🏠_Home.py", line 12, in
init_session(st.session_state)
File "C:\Users\Arthas\Downloads\frogbase-main\ui\config.py", line 65, in init_session
session_state.fb = FrogBase(datadir=DATADIR, library=library, verbose=VERBOSE, dev=DEV, persist=True)
File "C:\Users\Arthas\Downloads\frogbase-main\frogbase\core.py", line 109, in init
self.library = self._default_library
File "C:\Users\Arthas\Downloads\frogbase-main\frogbase\core.py", line 139, in library
self._initdb()
File "C:\Users\Arthas\Downloads\frogbase-main\frogbase\core.py", line 188, in _initdb
db_meta = self._db.get(Query().type == "meta") if self._db else None
File "C:\Users\Arthas\AppData\Local\Programs\Python\Python310\lib\site-packages\tinydb\database.py", line 268, in len
return len(self.table(self.default_table_name))
File "C:\Users\Arthas\AppData\Local\Programs\Python\Python310\lib\site-packages\tinydb\table.py", line 645, in len
return len(self._read_table())
File "C:\Users\Arthas\AppData\Local\Programs\Python\Python310\lib\site-packages\tinydb\table.py", line 704, in _read_table
tables = self.storage.read()
File "C:\Users\Arthas\AppData\Local\Programs\Python\Python310\lib\site-packages\tinydb\storages.py", line 136, in read
return json.load(self.handle)
File "C:\Users\Arthas\AppData\Local\Programs\Python\Python310\lib\json_init.py", line 293, in load
return loads(fp.read(),
File "C:\Users\Arthas\AppData\Local\Programs\Python\Python310\lib\json_init.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\Arthas\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\Arthas\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
The text was updated successfully, but these errors were encountered:
File "C:\Users\Arthas\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:\Users\Arthas\Downloads\frogbase-main\ui\01_🏠_Home.py", line 12, in
init_session(st.session_state)
File "C:\Users\Arthas\Downloads\frogbase-main\ui\config.py", line 65, in init_session
session_state.fb = FrogBase(datadir=DATADIR, library=library, verbose=VERBOSE, dev=DEV, persist=True)
File "C:\Users\Arthas\Downloads\frogbase-main\frogbase\core.py", line 109, in init
self.library = self._default_library
File "C:\Users\Arthas\Downloads\frogbase-main\frogbase\core.py", line 139, in library
self._initdb()
File "C:\Users\Arthas\Downloads\frogbase-main\frogbase\core.py", line 188, in _initdb
db_meta = self._db.get(Query().type == "meta") if self._db else None
File "C:\Users\Arthas\AppData\Local\Programs\Python\Python310\lib\site-packages\tinydb\database.py", line 268, in len
return len(self.table(self.default_table_name))
File "C:\Users\Arthas\AppData\Local\Programs\Python\Python310\lib\site-packages\tinydb\table.py", line 645, in len
return len(self._read_table())
File "C:\Users\Arthas\AppData\Local\Programs\Python\Python310\lib\site-packages\tinydb\table.py", line 704, in _read_table
tables = self.storage.read()
File "C:\Users\Arthas\AppData\Local\Programs\Python\Python310\lib\site-packages\tinydb\storages.py", line 136, in read
return json.load(self.handle)
File "C:\Users\Arthas\AppData\Local\Programs\Python\Python310\lib\json_init.py", line 293, in load
return loads(fp.read(),
File "C:\Users\Arthas\AppData\Local\Programs\Python\Python310\lib\json_init.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\Arthas\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\Arthas\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
The text was updated successfully, but these errors were encountered: