-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Patchman-client throwing error #544
Comments
Can you enable DEBUG on the server and post the stacktrace from the apache log? |
Hello. I had 500 error too, this solution helped me. |
@furlongm @Pavel077
I below are the apache error logs
|
Are you running the latest version of |
@furlongm Yes, It is latest. |
And the server is latest too? |
Can you try with 3.0.7 on both server and client? |
this version solves the problem (which I also had). Thx.. and keep up your good work |
on patchman server I tried
|
You may need to remove the table added here: |
I dropped table using Also Had to run still seeing
Most of my client server has Amazon Linux 2 - patchman-client-2.0.18-1 version PS - On patchman server python3-patchman and patchman-client both are 3.0.7 |
Could you clean the existing reports and try with newer client on Amazon Linux 2? |
I followed below steps
|
I'm seeing the same issues on reports/upload. No matter how I install: Docker, rpm, or python virtual environment. I am able to get past hurdles for the type of installation to the point when I can run the application using gunicorn, apache, or nginx and trying to upload give the results you see above. My gunicorn output shows: Internal Server Error: /reports/upload/ I am running AlmaLinux 9.3, with python3.9, using python -m venv to setup the virtual environment. |
Can you try the following patch?
|
Its working !!!! Its at least gotten me past the patchman-client issue with either 404 or 500 errors. Thanks Marcus! |
@furlongm
can you please let me know how to apply above patch, I am not much familiar with python.
And rebooted patchman server, still client from amazon Linux 2 showing
Below is error
|
Hello, I have the same issue on the lastest patchman server and client: Installed Middleware: Traceback (most recent call last): Exception Type: AttributeError at /reports/upload/ I've even tried patch mentioned above but as you can see it's this the same error. Do you have news regarding this topic? Thank you |
@jaydeepch15 it looks like you applied the patch but it's still failing on Does restarting the web server help to reload the file? |
After sorting this out #538
Now when Tried to push data from client server i.e
I also tried upgrade patchman-client but same error.
On patchman server when hit
patchman -a
get below
then it proceed further even shows old and new packages per client server, But still not on Dashboard
The text was updated successfully, but these errors were encountered: