praeclarum / FuGetGallery

An alternative web UI for browsing nuget packages

Home Page:https://www.fuget.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP 500 error on fuget.org

fubar-coder opened this issue · comments

I get a HTTP 500 error: HTTP Error 500.30 when I try to open fuget.org for the package Microsoft.Office.Interop.PowerPoint.

Yes, I also got the same error.

image

Hi everyone. As far as I can tell this is due to FuGet failing to startup because the database file fails to load. That exception prevents the rest of Startup from executing. I am working on a patch right now to disable database usage until a solution can be found.

I am unclear why the database file keeps getting corrupted. It's worked this way for years, but every time Azure restarts the app, the database is broke. It could be as simple as a path issue, or worse, some kind of incompatibility with how Azure moves apps around.