pd4d10 / git-touch

An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee(码云), built with Flutter
Apache License 2.0
1.53k stars 131 forks source link

Issue: Not able to view Organizations #162

Closed luni-moon closed 3 years ago

luni-moon commented 3 years ago

When I am on the “Me” tab, and click on the “Organizations” button, it shows that I don’t have an organization, even though I actually do. Currently, it says it is empty. This is related to this closed issue. Thank you!

Best Wishes, Lukas Batema

pd4d10 commented 3 years ago

Thanks for the report. which login entry do you use, OAuth2 or access token?

luni-moon commented 3 years ago

I use OAuth2 @pd4d10

Thanks for the report. which login entry do you use, OAuth2 or access token?

pd4d10 commented 3 years ago

The API used in this case is here: https://api.github.com/users/{your_username}/orgs

Some organizations limit the 3rd app to access it. Could you please try this API and check if the result is the same as the App shows?

luni-moon commented 3 years ago

Dear @pd4d10, I think the issue is fixed. Now it shows a non-stop blue refresh spinner under the visible organization. Thanks for your help!

Best Wishes, Lukas Batema

pd4d10 commented 3 years ago

Closing. Feel free to reopen it if there are other problems