Skip to content
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

Doc Issue - API Browser Not Loading #2830

Open
JavaScriptDude opened this issue Dec 26, 2024 · 6 comments
Open

Doc Issue - API Browser Not Loading #2830

JavaScriptDude opened this issue Dec 26, 2024 · 6 comments

Comments

@JavaScriptDude
Copy link

I followed the link at the top of the documentation API Browser (via fuget.org) but fuget.org shows an error:

Error reading package

System.InvalidOperationException: The given header was not found.
   at System.Net.Http.Headers.HttpHeaders.GetValues(HeaderDescriptor descriptor)
   at FuGetGallery.PackageData.ReadEntriesAsync(HttpClient client, String file)
   ...

Is this expected? How do I get to the API Docs?

@mgravell
Copy link
Collaborator

The fuget page seems to be working again now, although it seems to have some severe performance problems. I assume they're having a problem - possibly a cache failure (it would be amusing if they're using us for their cache layer!). Maybe try again in a few days.

@JavaScriptDude
Copy link
Author

Still not working for me. FYI - This is the last ticket in Fuget's issue tracker: praeclarum/FuGetGallery#189

@atakavci
Copy link
Contributor

it works now.. took 14 seconds to see the page is rendered for the first time. Working pretty normal with subsequent attempts.

@mgravell
Copy link
Collaborator

mgravell commented Dec 27, 2024

I also saw some gateway timeouts. Ultimately, we can't do anything about an external resource. If it continues to be a problem, we can retire the link. I don't have a quick solution to duplicating what their endpoint provided; there may be alternative mechanisms we can use there, perhaps as build steps, but it would take time to investigate options etc.

@JavaScriptDude
Copy link
Author

Any chance you guy's can upload the source files to configure your fuget.org API documentation to github? Just being able to read them may be helpful in a few ways.

@mgravell
Copy link
Collaborator

mgravell commented Dec 28, 2024

Sure, here you go: (hands over an empty bag)

Pretty sure we do literally nothing special here, and that fuget builds this itself via the intellisense XML files that we ship in the NuGet package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants