romainbutteaud / Kaffeine

Keeping free Heroku apps awake.
kaffeine.herokuapp.com
1.05k stars 112 forks source link

Internal Server Error when trying to add an app to the site #17

Closed DannyDainton closed 5 years ago

DannyDainton commented 8 years ago

Each time I try and add my app "releasenotesfinder" to the site it throws a 500 error in the browser console.

server_error

druminski commented 8 years ago

I have the same error

HeroCC commented 8 years ago

Same here

akshaybharwani commented 7 years ago

Still happening.

tejashah88 commented 7 years ago

The error appears to be here.

image

The buggy file seems to be located here: http://kaffeine.herokuapp.com/assets/application-c5ce772b17faefa483b7882ebdf10f8e.js

shanebrunette commented 7 years ago

same error..

dallaswmorgan commented 7 years ago

same error still persisting

IvanVas commented 7 years ago

Confirmed. Still a problem

bergben commented 7 years ago

Hey guys, doesn't look like Kaffeine is under active support / development anymore. I did some googling and found this alternative http://wakemydyno.com. I hope it helps some of you. The problem is that no sleeping time can be set. If anyone finds a better alternative which offers to set a sleeping time please notify me! Thanks!

romainbutteaud commented 7 years ago

Sorry guys, I looks like Heroku revoked DB write access since Kaffeine's DB table is above 10K rows.

10,234 of 10,000 ROWSWRITE ACCESS REVOKED

dideler commented 7 years ago

Hey @romainbutteaud, great service!

One option that would free up some space and keep costs low for you (by not bumping your pg plan) would be to auto-remove any apps that 404. I could work on a PR for this if you think it's a good idea.

andrysds commented 6 years ago

😢 is kaffeine still down for new app?

romainbutteaud commented 5 years ago

I've reseted the DB because we reached the 10K DB row limit on the free Heroku DB plan. Feel free to re-add your apps.

romainbutteaud commented 5 years ago

@dideler that's a great idea! feel free to submit a PR!