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

Error while logging in #272

Open
SMAW opened this issue May 26, 2024 · 3 comments
Open

Error while logging in #272

SMAW opened this issue May 26, 2024 · 3 comments

Comments

@SMAW
Copy link

SMAW commented May 26, 2024

When I try to login I get the following error:

I'm on the newest version

lgogdownloader: /build/tidy-html5-93GQBN/tidy-html5-5.6.0/src/config.c:485: prvTidySetOptionInt: Assertion `option_defs[ optId ].type == TidyInteger' failed.

Same issue happens here :
curl/curl#7860

they fixed it like this:
curl/curl@b75045a

Maybe it helps

@Sude-
Copy link
Owner

Sude- commented May 26, 2024

I wasn't able to replicate this but I'm guessing the issue is caused by using tidyOptSetInt for TidyShowInfo and TidyShowWarnings. However both of them are booleans and thus I should have used tidyOptSetBool.
ebdee25 changes to tidyOptSetBool which probably fixes this.

@SMAW
Copy link
Author

SMAW commented May 26, 2024

I've for now logged in with an older version 3.12, and that worked. After that updated back to 3.13 and it worked. So for now its fixed. I will test tomorrow if I can test a new installation and check if your fix fixed it.

@CallMeTerdFerguson
Copy link

I was experiencing this same issue and I just manually applied the patch and recompiled and this fixed the error. 👍

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

3 participants