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

Pacu is Unable to Start #407

Closed
rawsGit opened this issue Mar 2, 2024 · 7 comments
Closed

Pacu is Unable to Start #407

rawsGit opened this issue Mar 2, 2024 · 7 comments

Comments

@rawsGit
Copy link

rawsGit commented Mar 2, 2024

Steps to Error:
Navigate to Pacu directory
Execute sudo python3 cli.py

First Run:
Pacu splashscreen did not appear on first run. First Run ends after answering the What would you like to name this new session?

Second Run:
Pacu splash screen appears, [0] & [1] options in Menu. I selected option [1] and got the following error.
Error Starts Here:
[2024-03-02 16:01:15] Pacu encountered an error while running the previous command. Check /root/.local/share/pacu/BlahLab/global_error_log.txt for technical details. [LOG LEVEL: MINIMAL]

<class 'ValueError'>: time data '404: Not Found' does not match format '%Y-%m-%d'

Pacu is unable to start. Try backing up Pacu's sqlite.db file and deleting the old version. If the error persists, try reinstalling Pacu in a new directory.

Third Run:
Pacu splash screen appears, [0] & [1] options in Menu. I selected option [0] and got the same error mentioned in Second Run.

@jdearmas
Copy link
Contributor

jdearmas commented Mar 6, 2024

Hello! I've experience this error as well. The solution is to reinstall pacu completely.

If you installed pacu via pip, the following commands should fix your issue:

pip uninstall pacu
git clone https://github.com/RhinoSecurityLabs/pacu
cd pacu
poetry install
poetry run pacu

@rawsGit
Copy link
Author

rawsGit commented Mar 9, 2024

Hello! I've experience this error as well. The solution is to reinstall pacu completely.

If you installed pacu via pip, the following commands should fix your issue:

pip uninstall pacu
git clone https://github.com/RhinoSecurityLabs/pacu
cd pacu
poetry install
poetry run pacu

Running pip uninstall pacu produces the following:
fog@cloudb:/tools/pacu$ pip uninstall pacu
WARNING: Skipping pacu as it is not installed.
fog@cloudb:
/tools/pacu$ which pacu
fog@cloudb:/tools/pacu$ pwd
/home/fog/tools/pacu
fog@cloudb:
/tools/pacu$ uname -a
Linux cloudb 5.15.0-97-generic #10720.04.1-Ubuntu SMP Fri Feb 9 14:20:11 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
fog@cloudb:
/tools/pacu$

@DaveYesland
Copy link
Collaborator

Did you try a fresh clone and poetry install of Pacu? Or pip install pacu after confirming there are no old versions installed?

@rawsGit
Copy link
Author

rawsGit commented Mar 11, 2024 via email

@DaveYesland
Copy link
Collaborator

DaveYesland commented Mar 11, 2024

Ok just ensure you are running the latest version of Pacu and let me know if it still fails. The error you described in the first post should not occur as that code was completely removed in version 1.5.0 https://github.com/RhinoSecurityLabs/pacu/releases/tag/v1.5.0
#381

@rawsGit
Copy link
Author

rawsGit commented Mar 11, 2024 via email

@DaveYesland
Copy link
Collaborator

Either install option should install the latest version of Pacu: pip install pacu or git clone and poetry install

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

3 participants