-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Fixed #983 The FAKKU plugin now works again. #984
Conversation
@pandafeliz noticed that my fixed didn't work with automatic mode. The latest commit fixes that. |
I think the tests are out of date. They are from before FAKKU updated their website. |
Yeah, it's likely the sample HTML needs to be updated. Keep in mind you can use GH Codespaces, that might be faster for you. |
I discovered a major issue with the plugin. |
I did update the test HTML file but currently the plugin will fail. |
Hasn't that been the case for a while? The login plugin is there to help circumvent the cloudflare block. |
The reason for it to fail isn't directly caused by Cloudflare. The plugin looks for the "Suggest More Tags" button on the page to find the tags. If you are not logged in that button doesn't show up, so the plugin errors out. With Cloudflare being an issue, I will change the plugin to throw an error if you are not logged in. I will also change the test to simulate being logged in, so it should pass. |
I added checks to make sure the user is logged in to FAKKU. The plugin will return an error if the proper cookie if not found. |
All looks good here. Thanks again! |
Congratulations @Nixis198, you just earned a holobyte! Here it is: https://holopin.io/holobyte/clxhsvusk156790cl9icyovah1 This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
Simple fix for the FAKKU plugin problem found in #983 . Literally just a one character fix.
From my testing, everything works the way it used too before FAKKU updated their website.
I don't really ever make pull requests so I don't really know what else to put. Just let me know and I will do my best to fix it.