How to report an issue on github

Hello,

I’ve never used git. Many times I download the source code and then use it
my IDE: Visual Studio. Or I use NuGet packages.

Now I have a problem with one of the API’s on GitHub and need to report an issue to resolve the problem but there isn’t any way to report the issue and I can’t find any link or button.

What should I do and how to report the problem?
The mentioned API is “InstaSharper”.

regards,

1 Like

If the package is on GitHub, their repository will have an “Issues” tab.

1 Like

As you can see here:

there is no repository icon or button.

1 Like

It looks like they decided to turn off the ability for people to report issues.

2 Likes

Development of this project postponed

It looks like it’s not under development, which is probably why it doesn’t accept bug reports.

2 Likes

The matter is I can’t find any link or button to the repository.
Can you see it?

thanks,

1 Like

Look at the README:

It says “Development of the is projec tis postponed”. They probably turned off Issue reporting because they’re not working on it.

2 Likes

you have linked the repository

1 Like

You mean there is a link to the repository?

1 Like

this is the repository: GitHub - a-legotin/InstaSharper: Private Instagram API

1 Like

No, you posted a link to this repository seven comments up the thread. The person/s who were maintaing it have decided to turn off the ability to report issues, probably because they are not developing it so cannot support it. If you need to change something, the only thing you can do is fork the codebase and make the changes yourself, or find someone else in the same position as you who has already done that.

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.