**Bot writes failing with "No space left on device" despite low storage usage**

Posted by user_hcoeq6 in discord-bots.

Hi all, hoping someone from support or the community has run into this. My Discord bot (Python, discord.py + SQLite) can read from its database fine, but any WRITE (creating a new row — e.g. a new ticket or tip) fails with "No space left on device." My storage dashboard shows only about 9% used (93MB of 1024MB), so this doesn't look like a byte/storage quota issue. Since reads work but writes fail on the exact same database file, this looks like it could be an inode or file count limit rather than a disk space limit. Can someone check my container's inode usage, or point me to where I can check that myself? Happy to provide my server/container ID if needed. Thanks in advance.

Wispbyte Community Forum