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

Missing session parameter error on login attempt through the GUI #65

Open
centuryglass opened this issue Jan 8, 2025 · 3 comments
Open

Comments

@centuryglass
Copy link

Steps to reproduce:
Run fstogedcom, attempt login with valid username and password.

Current behavior:
Login fails with TypeError: missing 2 required positional arguments: 'client_id' and 'redirect_uri'. Here's the error line:

Expected behavior:
Successful login.


Everything works normally when using the CLI. Looks to me like you just need to update fstogedcom.py and classes/gui.py with changes equivalent to the ones you made to getmyancestors.py and classes/tree.py in 7454c93

@scerwin107
Copy link

Has anyone successfully installed/used this code on Windows under, for example, Anaconda? It requires PyGObject but that is not easy to install. I don't really care about the GUI, is there a way to dodge this requirement?

@centuryglass
Copy link
Author

Has anyone successfully installed/used this code on Windows under, for example, Anaconda? It requires PyGObject but that is not easy to install. I don't really care about the GUI, is there a way to dodge this requirement?

Not sure where you're running into that PyGObject requirement, I had zero issues with command line use in Windows 10 with Python 3.12.

@scerwin107
Copy link

scerwin107 commented Jan 10, 2025 via email

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

2 participants