-
Notifications
You must be signed in to change notification settings - Fork 42
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
Comments
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. |
Thanks for writing. That problem evaporated when I started over in a fresh
environment. I have since been downloading GEDCOMs from FS. Thanks for your
work!
SE
…On Fri, Jan 10, 2025 at 10:51 AM Anthony Brown ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#65 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO5AGTSTRN7CQE3NSB7BZKT2J7T73AVCNFSM6AAAAABUY5BLNKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOBTGAZDCNJQGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
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:getmyancestors/getmyancestors/classes/gui.py
Line 488 in 142a19c
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
The text was updated successfully, but these errors were encountered: