-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sqlite3 errors or Couldn't Find That Page #163
Comments
I'd love to help figure out these issues but I can't even get the application running locally (following the README). @lsegal any tips? |
If you're looking at helping us identify production issues the easiest way to get started would be to run the app locally. The Docker instructions should work (you may need to adjust replicas if you're not using swarm to loadbalance instances), and they represent how we deploy to rubydoc.info. You can actually see the scripts we use in scripts/start.sh |
@lsegal would it be possible to introduce error catcher to production server? There is probably something free for open source projects... maybe https://honeybadger.io? It would tremendously help understand how often these issues are happening and their source. |
Good morning
Very often, upon consulting the documentation of a gem, coming from rubygems.org, I either get an error
SQLite3::CorruptException: database disk image is malformed
or just the message “Couldn't Find That Page”. The situation is each time identical, the difference between the reactions of your application are insignificant, as – often enough – reloading the page – be it by jumping on the reload button like an ape – produces the sought content.
Sometimes not.
Maybe you can catch an Exception somewhere, add some condition-testing or what do I know... and show something more authentic? Like: “For the time etc.” or “Please come back later” or “Please jump on the reload button like an ape”.
Thank you
Edit: The best, for now (“We can, but we cannot”):
https://pic.infini.fr/bH24WfFj/lScFreKr.png
The text was updated successfully, but these errors were encountered: