-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ & Troubleshooting
bisug edited this page May 14, 2026
·
2 revisions
Find answers to common questions and solutions for issues you might encounter while using or hosting WordSeek.
There is one unique word per day, globally synchronized. A new puzzle unlocks every day at 06:00 (based on your TIME_ZONE setting).
In a Private Chat, you can only have one active game mode. If Daily is active, you must use /pausedaily to play normal games.
- Ensure the bot is an Administrator in the group.
- Ensure the bot has permission to Read Messages.
- If it's a Forum group, check if a game topic has been set via
/setgametopic.
-
Issue:
Error: connect ECONNREFUSED -
Solution: Check if your PostgreSQL service is running and the
DATABASE_URLin your.envfile is correct. Ensure the database user has the necessary permissions.
-
Issue:
Error: Redis connection to 127.0.0.1:6379 failed -
Solution: Ensure your Redis server is running. If you are using an external Redis provider, verify the
REDIS_URIincluding the password.
-
Issue:
401: Unauthorized -
Solution: Your
BOT_TOKENis incorrect. Double-check the value provided by @BotFather.
-
Issue: Errors during
bun run db:migrate -
Solution: Ensure your database exists and you have provided the correct schema permissions. Check if there are conflicting migrations in the
migrations/folder.
If your issue isn't covered here:
▸ Join our Discussion Group.
▸ Open a GitHub Issue with logs and steps to reproduce.
Maintained by the WordSeek Community.
WordSeek Project — Engineered for performance and community fun.