-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi, I tried the ran the bot but getting these errors. I ran our pz server in pterodactyl panel
root@:/var/lib/pterodactyl/volumes/46f5f4d1-b456-4d8e-bdfa-c60f5620b0ca# python3 PzPy.py
Traceback (most recent call last):
File "/var/lib/pterodactyl/volumes/46f5f4d1-b456-4d8e-bdfa-c60f5620b0ca/PzPy.py", line 18, in
from modules.perkReader import perkReader
File "/var/lib/pterodactyl/volumes/46f5f4d1-b456-4d8e-bdfa-c60f5620b0ca/modules/perkReader.py", line 9, in
import modules.embed
File "/var/lib/pterodactyl/volumes/46f5f4d1-b456-4d8e-bdfa-c60f5620b0ca/modules/embed.py", line 12, in
bot_translate = gettext.translation(appname, localedir, fallback=False, languages=[language])
File "/usr/lib/python3.10/gettext.py", line 607, in translation
raise FileNotFoundError(ENOENT,
FileNotFoundError: [Errno 2] No translation file found for domain: 'zomboid_bot'