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

Can't enable/disable Advanced option in v5.5.0 #85

Closed
nondetect opened this issue Jul 14, 2023 · 2 comments
Closed

Can't enable/disable Advanced option in v5.5.0 #85

nondetect opened this issue Jul 14, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@nondetect
Copy link

nondetect commented Jul 14, 2023

When trying enable/disable Advanced option have error message in Console view. (Windows 10/11)

Entering Advanced Configuration ...
Setting Enable Advanced Options to: False
Traceback (most recent call last):
File "advanced_settings.py", line 259, in _onOk
AttributeError: 'AdvancedSettings' object has no attribute 'file_explorer'

@badabing2005 badabing2005 added the bug Something isn't working label Jul 14, 2023
@badabing2005
Copy link
Owner

OK thanks, I'll have a fix later today.
As a workaround:

  • From the help menu, select Open Configuration Folder
  • Edit PixelFlasher.json
  • Add these two lines (don't put them on the last line
    "linux_file_explorer": "",
    "linux_shell": "",

image

  • Quit PixelFlasher
  • Save PixelFlasher.json

Alternately, if you just want to enable Advanced options, you can set this value to true
"advanced_options": true,

@zamarax
Copy link

zamarax commented Jul 14, 2023

Same issue as well

Entering Advanced Configuration ... Setting Enable Advanced Options to: True Traceback (most recent call last): File "advanced_settings.py", line 259, in _onOk AttributeError: 'AdvancedSettings' object has no attribute 'file_explorer' Setting Enable Advanced Options to: True Traceback (most recent call last): File "advanced_settings.py", line 259, in _onOk AttributeError: 'AdvancedSettings' object has no attribute 'file_explorer' Setting Enable Advanced Options to: True Traceback (most recent call last): File "advanced_settings.py", line 259, in _onOk AttributeError: 'AdvancedSettings' object has no attribute 'file_explorer' Entering Advanced Configuration ... Setting Enable Advanced Options to: True Traceback (most recent call last): File "advanced_settings.py", line 259, in _onOk AttributeError: 'AdvancedSettings' object has no attribute 'file_explorer'

Work around described above does work however.

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

3 participants