[GH-ISSUE #17] Database Missing #5

Closed
opened 2026-02-28 14:35:31 +03:00 by kerem · 3 comments
Owner

Originally created by @staneswilson on GitHub (Mar 14, 2024).
Original GitHub issue: https://github.com/Masterolic/Spotify-Downloader/issues/17

Database File is missing which raises error

Originally created by @staneswilson on GitHub (Mar 14, 2024). Original GitHub issue: https://github.com/Masterolic/Spotify-Downloader/issues/17 Database File is missing which raises error
kerem closed this issue 2026-02-28 14:35:31 +03:00
Author
Owner

@Masterolic commented on GitHub (Mar 15, 2024):

Hello....can you show the error and also explain the issue a bit more please? Because we don't have database function here

<!-- gh-comment-id:1998850767 --> @Masterolic commented on GitHub (Mar 15, 2024): Hello....can you show the error and also explain the issue a bit more please? Because we don't have database function here
Author
Owner

@jejirehokumador commented on GitHub (Mar 21, 2024):

Successfully tagged musicbot:latest
Traceback (most recent call last):
File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/music/mbot/main.py", line 30, in
Mbot().run()
File "/usr/local/lib/python3.8/site-packages/pyrogram/methods/utilities/run.py", line 80, in run
run(self.start())
File "/usr/local/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "/music/mbot/init.py", line 96, in start
await super().start()
File "/usr/local/lib/python3.8/site-packages/pyrogram/methods/utilities/start.py", line 58, in start
is_authorized = await self.connect()
File "/usr/local/lib/python3.8/site-packages/pyrogram/methods/auth/connect.py", line 40, in connect
await self.load_session()
File "/usr/local/lib/python3.8/site-packages/pyrogram/client.py", line 616, in load_session
await self.storage.open()
File "/usr/local/lib/python3.8/site-packages/pyrogram/storage/file_storage.py", line 58, in open
self.conn = sqlite3.connect(str(path), timeout=1, check_same_thread=False)
sqlite3.OperationalError: unable to open database file

<!-- gh-comment-id:2013552611 --> @jejirehokumador commented on GitHub (Mar 21, 2024): Successfully tagged musicbot:latest Traceback (most recent call last): File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code exec(code, run_globals) File "/music/mbot/__main__.py", line 30, in <module> Mbot().run() File "/usr/local/lib/python3.8/site-packages/pyrogram/methods/utilities/run.py", line 80, in run run(self.start()) File "/usr/local/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete return future.result() File "/music/mbot/__init__.py", line 96, in start await super().start() File "/usr/local/lib/python3.8/site-packages/pyrogram/methods/utilities/start.py", line 58, in start is_authorized = await self.connect() File "/usr/local/lib/python3.8/site-packages/pyrogram/methods/auth/connect.py", line 40, in connect await self.load_session() File "/usr/local/lib/python3.8/site-packages/pyrogram/client.py", line 616, in load_session await self.storage.open() File "/usr/local/lib/python3.8/site-packages/pyrogram/storage/file_storage.py", line 58, in open self.conn = sqlite3.connect(str(path), timeout=1, check_same_thread=False) sqlite3.OperationalError: unable to open database file
Author
Owner

@Masterolic commented on GitHub (Apr 3, 2024):

Ohh that was fixed re-clone your repo !...

<!-- gh-comment-id:2033749119 --> @Masterolic commented on GitHub (Apr 3, 2024): Ohh that was fixed re-clone your repo !...
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Spotify-Downloader-Masterolic#5
No description provided.