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

Error: nuxt-nuxt cannot be found #41

Closed
danielroe opened this issue Dec 21, 2024 · 5 comments
Closed

Error: nuxt-nuxt cannot be found #41

danielroe opened this issue Dec 21, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@danielroe
Copy link

Trying this out, looks like it's not able to load the https://github.com/nuxt/nuxt repository. Maybe a backend issue?

https://gitingest.com/nuxt/nuxt/issues/26798

@cyclotruc cyclotruc added the bug Something isn't working label Dec 21, 2024
@cyclotruc
Copy link
Owner

Actually it's the error message that's wrong,
Currently gitingest doesn't process the Issues or Pull requests (it's planned down the line)

If you go to https://gitingest.com/nuxt/nuxt it should be working

I'm hesitating between 2 fixes:

  • Ignore "/issue" and "/pull" to just return the repo
  • Show an error message "Issues and PR not supported"

@danielroe
Copy link
Author

Ah. That makes sense.

i think as long as you say ‘Replace 'hub' with 'ingest' in any github url’ you should probably just return a redirect to the repository base.

@someshfengde
Copy link

Hi @cyclotruc I think it should be first fix along with the warning that using base repo for extraction

probably will require a change in this file

parsed["type"] = path_parts[2]

and this file

"error_message": f"Error: {e}",

giving warning will indicate user and also won't throw error lmk if I can work on this issue and submit a PR.

@cyclotruc
Copy link
Owner

Good point @someshfengde thanks for the hint
That's what I plan to do

@cyclotruc
Copy link
Owner

I have pushed a fix for this,
https://gitingest.com/nuxt/nuxt/issues/26798 now returns the base repository
I will add a warning message above that in the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants