Project Red - Exploration

Project Red - Exploration

27M Downloads

Downloads for 1.6.4

Morketh opened this issue ยท 7 comments

commented

I was looking at the wiki page and the downloads for 1.6.4 do not work i belive it was build # 30 i can recompile from code as the commits are stored but im not sure which commit was for 1.6.4

commented

Same thing has happened again @MrTJP

{"errors":[{"code":14,"msg":"You have made too many requests to this endpoint in last minute."}],"warnings":[],"data":null,"page":{"current":1,"total":1}}

I'm guessing a service you use has a rate limit, does the script cache the response at all? Or is it possible to increase the limit?

commented

issue resolved i checked the download links again and they do indeed point to Adfly
CLOSED

commented

@MrTJP This is still happening occasionally, need to find a better solution.

commented

I have changed the php script on the website to recache invalid links. Hopefully that fixes it.

commented

@MrTJP Happened again :(

commented

perhaps a file hosting solution? i own an FTP server and could hold stuff for the project if any one is interested send me a PM to work out the details

commented

@Morketh Files hosting is fine, all files are on Jenkins, the problem is some API call limit.
@MrTJP I'm confused why API calls are being made, shouldn't the links be cached (written to a text file or database and then retrieved on request)?