Athena-OS / athena-cyber-hub

Running vulnerable labs and Cyber Security platforms.
GNU General Public License v3.0
6 stars 1 forks source link

Error with Athena-Cyber-Hub and Cinnamon DE #1

Closed hammy283 closed 12 months ago

hammy283 commented 1 year ago

Hi,

So I installed Cinnamon DE using the Rust programming installer from the iso. I tried to start the athena-cyber-hub but I get this error:

Traceback (most recent call last): File "/usr/bin/athena-cyber-hub", line 46, in from athena_cyber_hub import main File "/usr/share/athena-cyber-hub/athena_cyber_hub/main.py", line 33, in from .window import AthenaWindow File "/usr/share/athena-cyber-hub/athena_cyber_hub/window.py", line 29, in from athena_cyber_hub.backends.ach import Ach File "/usr/share/athena-cyber-hub/athena_cyber_hub/backends/ach.py", line 35, in class Ach: File "/usr/share/athena-cyber-hub/athena_cyber_hub/backends/ach.py", line 55, in Ach data = toml.load("/usr/share/athena-cyber-hub/vulhub/environments.toml") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/toml/decoder.py", line 134, in load return loads(ffile.read(), _dict, decoder) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/toml/decoder.py", line 340, in loads raise TomlDecodeError("Unbalanced quotes", original, i) toml.decoder.TomlDecodeError: Unbalanced quotes (line 567 column 23 char 13104)

How do I fix it?

Thanks, hammy

D3vil0p3r commented 12 months ago

Fixed https://github.com/vulhub/vulhub/pull/473