-
Notifications
You must be signed in to change notification settings - Fork 55
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
Authorization isn't working properly #138
Comments
Can you paste log files or log screenshots? |
can you rebuild with deleting all chaches(by solution cleaning or re-clone). |
i'll try |
on my machine, good work. so this is a not general issue. |
@M7MDE7EGAZY Any progress? |
nothing new , i'll try after exams again |
|
@M7MDE7EGAZY @HelderRocket Can you show me logs in FluentHub.Logs and FluentHub.Octokit.Logs? |
right. but suddenly fixed that at that time. at this time, suddenly appear this issue. very wierd. this is not our project's issue(maybe Octokit.NET issue). |
Yeah, maybe it's... When i finish my exams i would take a look |
ok |
How do I do this? |
downloaded from Store: build from source: |
2022-05-18 16:31:38.572 -05:00 [ERR] RequestOAuthTokenAsync(): Select() is not supported |
@HelderRocket From ms store? same issue occuring. |
same issue for me too |
I will implement authorization service without using Octokit.Net. Also use raw http request. |
Then, i will publish app package, same as store version, can yall be tester? @BobbyESP |
nice idea. i can. |
It was your idea |
More specific
|
@DeveloperWOW64 Experiment with GU10 latest commit Artifacts here: https://fluenthub-community.visualstudio.com/FluentHub/_build/results?buildId=749&view=artifacts&pathAsName=false&type=publishedArtifacts |
yes, so do I. So this is not auth problem and also not FluentHub problem. just Linq problem. maybe missing assemblies for System.Linq. |
I should notice. Currently, I decided to abandon the option to publish to ms store and github releases(not now). I could not solve this issue. but some progress there is. this issue is not auth problem and is caused by Select() - one of the Linq extention methods - in Octokit.GraphQL.Net I have another option to this. but I have no time to switch to that option. sorry for any inconvenience. Exception:
|
Is that error something generated by the tool you use to compile the application? Sorry, I'm not very knowledgeable about how UWP apps work (although it even occurred to me to make a UWP app for Facebook and YT Music). Maybe that bug can be reported to the tool developer. |
Yes. I already reported to Octokit.GraphQL.net(is generated by this) |
octokit/octokit.graphql.net#262 but this project seems to be abandoned by owner(there are no activities these days) |
I see it's specifically geared towards Github libraries, so I don't think it's possible to do what I came up with. |
Maybe it's a good idea to mirror/fork the octokit library and fix the problem by ourselves |
What is that. |
How would we do that? |
Well, forking the repository in the GitHub FluentHub organization and building us the dll files from source |
the most problem is if we can fix that. but I will try that. |
Okey nice. And suddenly yeah, i think that is abandoned |
It seems difficult - but it's worth a try |
Sorry, it's the only thing that occurs to me, just to try. These days i'm gonna return to work. Today, my school is going to give me the final marks. |
Hi all. @BobbyESP @M7MDE7EGAZY @Mabc365 @HelderRocket @luandersonn @DeveloperWOW64 Upon checking, there was no problem with authentication, and there was a problem with the code that was getting the user's information at the time of authentication. But this wasn't an exception caused by our code, it was caused by Octokit.GraphQL. So I reported it to the GitHub Octokit.GraphQL team on GitHub, but I think the project has been abandoned because I haven't received a reply for a week. We didn't want to use a non-maintainable project, and we came up with a new solution, but the cost of rewriting was huge and the code could be verbose. As a result, this project will not publish the release mode app package to the Microsoft Store or the release page on GitHub. Thank you for all contribution or help! onein528 6/12/2022 |
And I specify this in the README. |
Okey, thanks for the info! |
Before you start...
What windows are you seeing the problem on?
Windows 11 Dev
What FluentHub version/architecture are you seeing the problem on?
0.3.0
X64
Description
The Authorization isn't working
Steps To Reproduce
No response
Expected behavior
The Authorization must work to login
Relevant Assets
No response
The text was updated successfully, but these errors were encountered: