Deadwood-ai / deadwood-api

Main FastAPI application for the deadwood backend
GNU General Public License v3.0
0 stars 0 forks source link

unable to download because of rate limit exeeded #47

Closed JesJehle closed 2 months ago

JesJehle commented 2 months ago

currently no download is possible. Example: https://data.deadtrees.earth/api/v1/download/datasets/2254/dataset.zip

even just hitting: https://data.deadtrees.earth/api/v1/download/ causes

{"detail":"Rate limit exceeded. You can only download one file at a time."}
JesJehle commented 2 months ago

@mmaelicke what is the url for the download api? I thought it was: https://data.deadtrees.earth/api/v1/download/docs but its not...

mmaelicke commented 2 months ago

I am not sure what is going wrong here. The download API seems to be mounted incorrectly, which doesn't make any sense as I was on vacation and had no chance to mess anything up.

Give me a few more tries to debug it, then we can still bypass the rate limit (which will potentially break the entire server...)