Simone Locci

Results 5 comments of Simone Locci

@gregorlulichtec this seems related to the upgrade of `sqlparse` (https://github.com/doableware/djongo/commit/49ac474a1edda857ea92329de7f3efee7d30f3e6), it is not working on `master` but it works with djongo 1.3.6, can you take a look on it, please?

I also tried this endpoint: https://docs.opencve.io/api/cve/ ```python response = requests.get( f"{OPENCVE_URL}/cve?vendor=microsoft&product=windows_10&page={page}", auth=(OPENCVE_AUTH_USERNAME, OPENCVE_AUTH_PASSWORD), ) ``` but I got the same results as above

Thank you @maratkomarov I tried setting ``` worker_redirect_stdouts = False ``` in my Celery config but unluckily the exception is logged in the same way. If I have any news...

the same thing happens to me with the "+" character

@nesdis please can you take a look on this?