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

--disable-dashboard flag is broken #15

Closed
salixh5 opened this issue Dec 14, 2024 · 1 comment · Fixed by #20
Closed

--disable-dashboard flag is broken #15

salixh5 opened this issue Dec 14, 2024 · 1 comment · Fixed by #20

Comments

@salixh5
Copy link

salixh5 commented Dec 14, 2024

I tried to run sudo python3 install.py --disable-dashboard as instructed by FAQ number 8 (without having installed pironman5 utilities before on a fresh, up-to-date Raspberry Pi OS system) and got this error:

~/pironman5 $ sudo python3 install.py --disable-dashboard
Traceback (most recent call last):
  File "/home/user/pironman5/install.py", line 89, in <module>
    installer.run_commands_before_install.pop(installer.run_commands_before_install.index('Download influxdb key'))
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'function' object has no attribute 'pop'
@akatrevorjay
Copy link
Contributor

Put up a fix, it's easy enough

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants