Closed 0xMirasio closed 3 years ago
FastAPI 0.65.2 has changed their methods to parse JSON data. The command in wiki (triggering alert, etc...) aren't working, and probably some code in the application. (Error: invalid_dict)
A solution is to downgrade to fastAPI 0.65.1 while waiting for a better version. Original issue in fastAPI git : https://www.gitmemory.com/issue/tiangolo/fastapi/3373/861173889
I think https://github.com/palantir/phishcatch/pull/28 should work
FastAPI 0.65.2 has changed their methods to parse JSON data. The command in wiki (triggering alert, etc...) aren't working, and probably some code in the application. (Error: invalid_dict)
A solution is to downgrade to fastAPI 0.65.1 while waiting for a better version. Original issue in fastAPI git : https://www.gitmemory.com/issue/tiangolo/fastapi/3373/861173889