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

argonone service doesn't start on rpi5 with Raspberry Pi OS (64-bit) (bookworm) #20

Open
mvrk69 opened this issue Sep 9, 2024 · 0 comments

Comments

@mvrk69
Copy link

mvrk69 commented Sep 9, 2024

Hi,

When i try to start the service it fails. I see this error on the logs:

2024-09-09T10:02:17.884377+02:00 rpi5 argonone[2767]: INFO: Loading config file from /etc/argonone.yaml
2024-09-09T10:02:17.884519+02:00 rpi5 argonone[2767]: Traceback (most recent call last):
2024-09-09T10:02:17.884536+02:00 rpi5 argonone[2767]: File "/usr/bin/argononed", line 11, in
2024-09-09T10:02:17.884548+02:00 rpi5 argonone[2767]: load_entry_point('argon1==0.1', 'console_scripts', 'argononed')()
2024-09-09T10:02:17.884560+02:00 rpi5 argonone[2767]: File "/usr/lib/python3/dist-packages/argonone/cmdline.py", line 175, in argondaemon_main
2024-09-09T10:02:17.884571+02:00 rpi5 argonone[2767]: daemon = ArgonDaemon()
2024-09-09T10:02:17.884583+02:00 rpi5 argonone[2767]: ^^^^^^^^^^^^^
2024-09-09T10:02:17.884593+02:00 rpi5 argonone[2767]: File "/usr/lib/python3/dist-packages/argonone/init.py", line 537, in init
2024-09-09T10:02:17.884605+02:00 rpi5 argonone[2767]: config_yaml = self.load_config()
2024-09-09T10:02:17.884618+02:00 rpi5 argonone[2767]: ^^^^^^^^^^^^^^^^^^
2024-09-09T10:02:17.884630+02:00 rpi5 argonone[2767]: File "/usr/lib/python3/dist-packages/argonone/init.py", line 529, in load_config
2024-09-09T10:02:17.884648+02:00 rpi5 argonone[2767]: config = yaml.load(fp)
2024-09-09T10:02:17.884661+02:00 rpi5 argonone[2767]: ^^^^^^^^^^^^^
2024-09-09T10:02:17.884672+02:00 rpi5 argonone[2767]: TypeError: load() missing 1 required positional argument: 'Loader'

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

No branches or pull requests

1 participant