You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Searched the Issues page for my problem/feature request
Updated all related software and Pokete it self
Describe the bug
The application does not create a directory that it needs in order to run $HOME/.cache/pokete/
To Reproduce
Steps to reproduce the behavior:
Go the download page on github
Download the 0.7.2 AppImage
Make it executable
Run it
Expected behavior
The game runs
Screenshots
Traceback (most recent call last):
File "/tmp/.mount_Pokete9O4pjc/usr/share/pokete/pokete.py", line 1411, in<module>
logging.basicConfig(filename=log_file,
File "/tmp/.mount_Pokete9O4pjc/usr/lib/python3.10/logging/__init__.py", line 2031, in basicConfig
h = FileHandler(filename, mode,
File "/tmp/.mount_Pokete9O4pjc/usr/lib/python3.10/logging/__init__.py", line 1167, in __init__
StreamHandler.__init__(self, self._open())
File "/tmp/.mount_Pokete9O4pjc/usr/lib/python3.10/logging/__init__.py", line 1197, in _open
return open_func(self.baseFilename, self.mode,
FileNotFoundError: [Errno 2] No such file or directory: '/home/zeitue/.cache/pokete/pokete.log'
Environment
OS: Pop_OS! 22.04
Pokete version 0.7.2
Python version 3.10.4
Scrap engine version Whatever is in the appimage
Additional context
If you create the directory $HOME/.cache/pokete, then the application runs as expected
The text was updated successfully, but these errors were encountered:
Checklist
I have:
Describe the bug
The application does not create a directory that it needs in order to run
$HOME/.cache/pokete/
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The game runs
Screenshots
Environment
Additional context
If you create the directory
$HOME/.cache/pokete
, then the application runs as expectedThe text was updated successfully, but these errors were encountered: