intelowlproject / GreedyBear

Threat Intel Platform for T-POTs
MIT License
128 stars 30 forks source link

Feeds in .csv (also .txt) are not reachable through the URL api/feeds/all/all/recent.csv #321

Closed jdnrdcs closed 1 month ago

jdnrdcs commented 1 month ago

Hello, In new installed greedybear trying to get feeds in csv or txt format and get the error- Object of type StreamingHttpResponse is not JSON serializable

For testing, tried to get https://greedybear.honeynet.org/api/feeds/all/all/recent.csv, received SERVER ERROR (500). I believe with DEBUG=True the output will be the same- Object of type StreamingHttpResponse is not JSON serializable

mlodic commented 1 month ago

hey, thanks for reporting. I'll check this out

mlodic commented 1 month ago

meanwhile use the .json format that works properly

mlodic commented 1 month ago

I fixed the problem, will be released in few days in a new patch release

mlodic commented 1 month ago

released, please try again