Bug #31554
closedGET "/api/v2/permissions" Is failing with 500 Internal Server Error
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1910759
Description of problem:
GET "/api/v2/permissions" Is failing with 500 Internal Server Error only in 6.9 and pass in 6.8
Version-Release number of selected component (if applicable):
Satellite 6.9 snap 6
How reproducible:
always
Steps to Reproduce:
1. Api call to GET "/api/v2/permissions"
2. fails with error
2020-12-24 18:40:59 - nailgun.client - DEBUG - Making HTTP GET request to https://foreman.example.com/api/v2/permissions with options {'data': '{"per_page": 350, "search": "resource_type=\\"Katello::ActivationKey\\""}', 'auth': ('admin', 'changeme'), 'verify': False, 'headers': {'content-type': 'application/json'}}, no params and no data.
2020-12-24 18:41:01 - nailgun.client - WARNING - Received HTTP 500 response: {
"error": {"message":"undefined method `empty?' for 350:Integer"}
}
Actual results:
API call is failed with 500 internal server error
Expected results:
API call should work as expected
Additional info:
attached the error log
Updated by Ondřej Ezr about 4 years ago
- Related to Refactor #29909: Support fetching all records in API added
Updated by The Foreman Bot about 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ondřej Ezr
- Pull request https://github.com/theforeman/foreman/pull/8221 added
Updated by Ondřej Ezr about 4 years ago
- Subject changed from GET "/api/v2/permissions" Is failing with 500 Internal Server Error Fails only in 6.9 to GET "/api/v2/permissions" Is failing with 500 Internal Server Error Fails only in 6.9
- Category set to API
- Target version set to 2.2.3
- Triaged changed from No to Yes
Updated by Ondřej Ezr about 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|743b151f1a36ced0eeb0ede3a645f1977be84506.
Updated by Tomer Brisker about 4 years ago
- Subject changed from GET "/api/v2/permissions" Is failing with 500 Internal Server Error Fails only in 6.9 to GET "/api/v2/permissions" Is failing with 500 Internal Server Error