SecurityJedi

Results 17 comments of SecurityJedi
trafficstars

I see two options. 1. add a primary artist field, which could then be used by your folder naming config. Pro: simple. Con: other tools like media monkey, lidarr, etc...

@rubiodamian did you just put that in the config file?

Hi @v-rbajaj No one ever fixed this, its still an issue.

it seems to validate fine, if i flip them i get ``` API endpoint '/api?_limit=30' validation failed: '/Volumes/Repos/src/openapi.yaml' is not of type 'object', 'boolean' ```

I changed my code but now nothing validates? ideas? ```python def validate_api_endpoint(api_endpoint, request_payload=None, response_schema=None): url = f"{base_url}{api_endpoint}" headers = {'Authorization': 'token'} try: # Make an API request response = requests.get(url,...