-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
500 Error Server Got Itself Into Trouble #3138
Comments
Looks like your first issue -- we aim to respond to issues as quickly as possible. In the meantime, check out our documentation here: http://caldera.readthedocs.io/ |
For this instance I am using Ubuntu 22.04!! |
That error output does not look like it is from v5, but v4. Are you sure you are using v5? |
I will double verify today |
i have also the same issue :( with any version v5.0.0 v5.1.0 , v4.2
|
Yes, confirmed I am using version 5. I have also tried all other versions as well and I still get the same error message "Server Got Itself Into Trouble" |
@0xLhu Can you please provide the full log output? Unfortunately, you cut the log just where the interesting part is as there is the bottom part of an exception message. @taylorhawksec Can you as well please provide the full log output from when you run |
[Update: Temporary fix] [Original message] I think its a YARL issue.. yarl enforce URL validation.. OK: Output from running server in python dev: We get the following erros:
|
@leba-atr This is what happens when I execute python3 server.py. It just sits there and I don't get the CALDERA header message. I saw the Sphinx error and upgraded that as well and this is the output after installing a newer version of sphinx |
Might sound a bit distracting but have you by chance installed the caldera dependencies globally? I see the 'don't install as root user' warning up top in the second screenshot and I wonder if that is maybe the cause of all the issues. It may very easily happen that when one installs pip packages globally, the python environment just breaks in extremely unexpected ways.
(none of the above, with the If this solves this issue, I'd strongly suspect that your python environment was just broken and hence the errors. On a side note: you're not seeing the caldera banner because python fails to initialize the python event loop and hence the application will never start and 'be stuck' after setting up the plugins |
@leba-atr I will give this a shot and circle back with what I find! |
Hello there, everything works fine now :) |
Huh, that's a very different error now. Can you check with |
I've checked with my working local install and I have the exact same version of the main dependencies. Hence this can be ruled out as the issues. However, maybe there is an issue with a transitive dependency. I attached the output of Otherwise, I must admit that I'm running out of ideas and knowledge of debugging nodejs environments, so I can only give some general advice what you can try next to see if that maybe helps:
|
@leba-atr still giving me trouble, even after multiple fresh installs. I did find this github doc though, given it is a offline install https://cyberdefencekit.github.io/documentation/caldera/caldera.html#step-by-step-installation-guide Is there possibly something off with the Caldera github documentation? I feel like if I run the 4 commands step by step that I should be able to run caldera with no issues, is there anything else that needs to be installed prior? |
What version of python? Make sure its 3.9+ Here are my steps for a fresh install (ubuntu 22.04):
|
I will give this a shot, I was using python 3.12 |
Getting this error when trying to run Caldera. Have been running into this issue on most versions of Ubuntu. Haven't been able to find the fix :( would really love to be able to use this tool. I am running Caldera v5. Please help! Any help is much appreciated!!!
The text was updated successfully, but these errors were encountered: