Tool Others F95Checker [WillyJL]

5.00 star(s) 25 Votes

WillyJL

Veni, vidi, vici
Donor
Respected User
Mar 7, 2019
1,464
1,275
When I run F95Checker-Debug.exe I only see the "...OpenGL..." line but nothing else after F95Checker.exe starts automatically and doing a manual refresh. Can't find any log file.

Adding a new game either as URL with additional context "Full Recheck" command or by entering name and selecting from found list still works fine including downloading the image. Connection should still be somewhat fine to the server.

I have done a thread-links export, but wait before deleting anything. I guess my notes, ratings, etc. will be blasted away then.
deleting your local data wont help, unless you specifically remove the game that currently has that error. as i said i will look into it shortly, dont delete stuff
 

WillyJL

Veni, vidi, vici
Donor
Respected User
Mar 7, 2019
1,464
1,275
Getting "INDEX_ERROR: PARSING_FAILED" since yesterday on refresh. v11.0.3, Windows.
Was working fine for many days after its last update.
looks like the forum had slightly changed the logo, from alt="F95zone" it went to alt="F95zone | Games | ...", when my code could not find the thread data inside the received payload it would try to find the logo to decide whether it was a response from F95zone, or another error like DDoS-Guard, but with this change it no longer matched so it did not detect the 403 status as a missing thread. fixed it to check if alt starts with "F95zone", not for full string equality. ive cleared the cache for affected games.
 

WillyJL

Veni, vidi, vici
Donor
Respected User
Mar 7, 2019
1,464
1,275
I am getting this error since today. I am on 11.0.3 on windows
{"INDEX_ERROR": "F95ZONE_UNAVAILABLE"}
that just means that f95zone was offline for a bit, maybe for a split second, maybe for a prolonged time. either way, games that were re-cached while f95zone was offline are marked with this error, and retried after 15 minutes. no need to report this kindof issue unless it goes on for multiple hours while f95zone is working normally outside of the tool.
 
  • Like
Reactions: hsehsing

WillyJL

Veni, vidi, vici
Donor
Respected User
Mar 7, 2019
1,464
1,275
I get this strange error since a 2 days. The traceback is weird too since I don't have a D drive.
You don't have permission to view the spoiler content. Log in or register now.
the paths shown indicate the paths when the tool was built on github, they are irrelevant.

what version is this on? this happens when doing what?
 

WillyJL

Veni, vidi, vici
Donor
Respected User
Mar 7, 2019
1,464
1,275
Sorry, version 11.0.3. This error comes when clicking the Refresh! button
not super sure, but im guessing itssometing to do with notification checking. if you dont care about checking forum notifications (alerts/inbox), disable it in refresh settings. if you care about them, manage>clear>clear all cookies, then refresh and login again
 

Lucky_Spices

Newbie
Jul 23, 2023
23
28
not super sure, but im guessing itssometing to do with notification checking. if you dont care about checking forum notifications (alerts/inbox), disable it in refresh settings. if you care about them, manage>clear>clear all cookies, then refresh and login again
Thanks but neither solution worked. First I disabled checking the inbox then I disabled everything in the refresh settings but the error remains. Then I cleared the cookies, I even restarted the app but the error appears immediately when I click Refresh! It's strange because according to your description I should have to log in again but it goes straight to the error.
 
Mar 23, 2021
176
161
Thanks but neither solution worked. First I disabled checking the inbox then I disabled everything in the refresh settings but the error remains. Then I cleared the cookies, I even restarted the app but the error appears immediately when I click Refresh! It's strange because according to your description I should have to log in again but it goes straight to the error.
Logging in is only needed to search or for PM notifications now.
 

WillyJL

Veni, vidi, vici
Donor
Respected User
Mar 7, 2019
1,464
1,275
I get this strange error since a 2 days. The traceback is weird too since I don't have a D drive.
You don't have permission to view the spoiler content. Log in or register now.
on a second look, this appears to be a captcha. if it happens even with notification checking disabled, then it happened when connecting to my f95checker cache api. basically, you angered cloudflare, so they gave you a captcha. either you are doing some very shady things like ddossing cloudflare websites or downloading many or some weird things things, or maybe your ip has been flagged as malicious (due to the previously described, or because of the area youre from), or maybe one of the above is happening due to a malware on something inside your house that is doing those things without you or others knowing. you can stop doing whatever it is youre doing, if it is in fact your doing, or you can try with a vpn, or you can try to restart your router in hopes of getting a new ip address.
 

Lucky_Spices

Newbie
Jul 23, 2023
23
28
on a second look, this appears to be a captcha. if it happens even with notification checking disabled, then it happened when connecting to my f95checker cache api. basically, you angered cloudflare, so they gave you a captcha. either you are doing some very shady things like ddossing cloudflare websites or downloading many or some weird things things, or maybe your ip has been flagged as malicious (due to the previously described, or because of the area youre from), or maybe one of the above is happening due to a malware on something inside your house that is doing those things without you or others knowing. you can stop doing whatever it is youre doing, if it is in fact your doing, or you can try with a vpn, or you can try to restart your router in hopes of getting a new ip address.
Thanks, I don't do shady things on purpose. And I hope that none of my computers has been hacked. I will try on another computer and from another router.
 

GrammerCop

Well-Known Member
Donor
Mar 15, 2020
1,898
1,858
How well does this work with collections?
Collection pages are not as regulated as game pages, so it may not. Note that the checker is page-based. If the version and title of the page is changed it may pick it up. If it's just an item on the page such as a new item added it won't.
 
  • Like
Reactions: WillyJL

WillyJL

Veni, vidi, vici
Donor
Respected User
Mar 7, 2019
1,464
1,275
How well does this work with collections?
Collections of what? For animations / comics collections it works great. For games, it usually also works fine but depends on each case. Rule of thumb is that if you see a version number / date for the collection in f95zone latest updates page, then it will work great. If not, it may be a little hit or miss
 

WillyJL

Veni, vidi, vici
Donor
Respected User
Mar 7, 2019
1,464
1,275
Hi. Is there a way to have multiple databases callable from the application without having to manually act in %AppData%?
You could make a symlink of the whole folder to another place, and change the databases there. Or have a symlink of just the database, and change to which file it points using a script.
Anyway, why do you need multiple? You could just use separate tabs in most cases
 

GioBol - The Librarian

Forum Fanatic
Modder
May 19, 2021
4,997
26,430
You could make a symlink of the whole folder to another place, and change the databases there. Or have a symlink of just the database, and change to which file it points using a script.
Anyway, why do you need multiple? You could just use separate tabs in most cases
I was thinking of separating titles with complete, abandoned and in progress status.
Then I might want to separate the in progress titles between Kinetic Novel ones or those that contain fetish.
If you can give me a hint how I could manage it with a single database that's fine
 
5.00 star(s) 25 Votes