my panel shows 0% used but the filesystem is reporting 0 bytes free

Posted by user_ye9ddv in discord-bots.

[11:14:33 PM]INFO:proxybot:DB diagnostics: path=/home/container/proxy bot/proxybot.db exists=True free=0.0MB/402073.4MB (100.0% used) dir writable=True [11:14:33 PM]ERROR:proxybot:Database init failed [11:14:33 PM]Traceback (most recent call last): [11:14:33 PM]File "/home/container//proxy bot/bot.py", line 47, in on ready [11:14:33 PM]await db.init db() [11:14:33 PM]File "/home/container/proxy bot/database.py", line 190, in init db [11:14:33 PM]await db.execute( [11:14:33 PM]...<6 lines ... [11:14:33 PM]) [11:14:33 PM]File "/home/container/.local/lib/python3.14/site packages/aiosqlite/core.py", line 223, in execute [11:14:33 PM]cursor = await self. execute(self. conn.execute, sql, parameters) [11:14:33 PM]^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [11:14:33 PM]File "/home/container/.local/lib/python3.14/site packages/aiosqlite/core.py", line 160, in execute [11:14:33 PM]return await future [11:14:33 PM]^^^^^^^^^^^^ [11:14:33 PM]File "/home/container/.local/lib/python3.14/site packages/aiosqlite/core.py", line 63, in connection worker thread [11:14:33 PM]result = function() [11:14:33 PM]sqlite3.OperationalError: database or disk is full [11:14:33 PM]ERROR:proxybot:^ that looked like a disk space error. Note: journal mode is MEMORY, so this is almost certainly NOT the rollback journal — it's the actual database file write, a stray leftover wal/ shm file from before MEMORY mode was enabled, a directory permission issue, or a host quota that doesn't match what the panel's usage bar shows. See the DB diagnostics line logged above/below this for the exact path and free space being reported. [11:14:33 PM]INFO:proxybot:Synced 1 command(s). [11:14:33 PM]ERROR:proxybot:Offer cancel bug rectification pass failed [11:14:33 PM]Traceback (most recent call last): [11:14:33 PM]File "/home/container//proxy bot/bot.py", line 83, in on ready [11:14:33 PM]await rectify offer cancel bug() [11:14:33 PM]File "/home/container//proxy bot/bot.py", line 207, in rectify offer cancel bug [11:14:33 PM]if await db.get meta("offer cancel bug rectified"): [11:14:33 PM]^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [11:14:33 PM]File "/home/container/proxy bot/database.py", line 617, in get meta [11:14:33 PM]cur = await db.execute("SELECT value FROM meta WHERE key = ?", (key,)) [11:14:33 PM]^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [11:14:33 PM]File "/home/container/.local/lib/python3.14/site packages/aiosqlite/core.py", line 223, in execute [11:14:33 PM]cursor = await self. execute(self. conn.execute, sql, parameters) [11:14:33 PM]^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [11:14:33 PM]File "/home/container/.local/lib/python3.14/site packages/aiosqlite/core.py", line 160, in execute [11:14:33 PM]return await future [11:14:33 PM]^^^^^^^^^^^^ [11:14:33 PM]File "/home/container/.local/lib/python3.14/site packages/aiosqlite/core.py", line 63, in connection worker thread [11:14:33 PM]result = function() [11:14:33 PM]sqlite3.OperationalError: no such table: meta [11:14:33 PM]INFO:proxybot:Logged in as Tier Store 7372 (1533146886326845532)

Replies

soskoify

Same issue. David Dobos said he would fix it and then seemingly forgot about it so..

Wispbyte Community Forum