Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opening program from a CD #224

Open
Martinxc opened this issue Jul 31, 2024 · 0 comments
Open

Opening program from a CD #224

Martinxc opened this issue Jul 31, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Martinxc
Copy link

GridPlayer version

0.5.3

What OS are you using?

Windows

OS Version / Linux distribution

Windows 11 Pro

What distribution channel are you using? [LINUX ONLY]

None

Bug description

If program is opened from a CD it generates permission denied. I am assuming its because its trying to save a log file on that CD. In that case it should say in my opinion that log can not be save and open program as usual.

Log excerpt

Traceback (most recent call last):
  File "logging\config.py", line 563, in configure
  File "logging\config.py", line 744, in configure_handler
  File "logging\__init__.py", line 1147, in __init__
  File "logging\__init__.py", line 1176, in _open
PermissionError: [Errno 13] Permission denied: 'F:\\GridPlayer\\portable_data\\gridplayer.log'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "gridplayer\__main__.py", line 44, in <module>
  File "gridplayer\__main__.py", line 23, in main
  File "gridplayer\main\init_log.py", line 19, in init_log
  File "gridplayer\utils\log_config.py", line 122, in config_log
  File "logging\config.py", line 808, in dictConfig
  File "logging\config.py", line 570, in configure
ValueError: Unable to configure handler 'file'
@Martinxc Martinxc added the bug Something isn't working label Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant