FuGetGallery icon indicating copy to clipboard operation
FuGetGallery copied to clipboard

HTTP 500 error on fuget.org

Open fubar-coder opened this issue 4 years ago • 2 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.

fubar-coder avatar Jun 14 '21 10:06 fubar-coder

Yes, I also got the same error.

image

Arnab-Developer avatar Jun 20 '21 08:06 Arnab-Developer

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.

praeclarum avatar Jun 24 '21 22:06 praeclarum