Tool Others F95Checker [WillyJL]

5.00 star(s) 21 Votes

MayhemSixx

Newbie
Jul 3, 2022
27
39
looks like it. you'll have to send a request to rpc server manually to diagnose this further

install this , go to this , and send this request(while F95Checker is running):
Code:
http://127.0.0.1:57095/assets/mdi-webfont.ttf
you should get a response like this:
View attachment 3327033
Okay, I did and I got that same response, except for the time. Here are the answer headers, and I attached the entire response in a text file, if that can help you understand. I'll admit API testing tools and RPC requests are way beyond my understanding of programming.
Code:
access-control-allow-origin: *
cache-control: public, max-age=3600
content-type: font/ttf
date: Tue, 06 Feb 2024 16:12:41 GMT
server: SimpleHTTP/0.6 Python/3.11.7
looks like i found the issue MayhemSixx . you are running the script with pythonw, or you renamed it to .pyw, correct? to avoid having the command prompt window?
for some godforsaken reason, when python itself is running with no console output, it also sends no data over RPC, so the extension doesnt work correctly.
I don't think I ran any script. I downloaded F95Checker from the Actions tab in Github, the Windows artifact of the latest beta, unzipped it in my usual F95checker folder and ran it. As for the extension, I enabled dev mode in Brave and dragged "chrome.zip" in the extensions tab. I can try to give you more info if you have an idea of something that could help understand?
 
Last edited:

r37r05p3C7

Newbie
Nov 8, 2023
88
55
OSError: [WinError 121] Превышен таймаут семафора

wait... python translates error messages? is it russian?
 

WillyJL

Well-Known Member
Respected User
Mar 7, 2019
1,059
830
OSError: [WinError 121] Превышен таймаут семафора

wait... python translates error messages? is it russian?
windows*, python just wraps whatever bullshit windows gives it, thats the purpose of OSError
 

kineasrm

Member
Jan 18, 2021
104
22
I just formated my pc but i kept my game folder and the f95checker, is there a way for me to make checker realize i still have my games without adding 1 by 1?

I manage to get the bookmarked ones but the others that i added by hand are still missing.
 

r37r05p3C7

Newbie
Nov 8, 2023
88
55
I just formated my pc but i kept my game folder and the f95checker, is there a way for me to make checker realize i still have my games without adding 1 by 1?

I manage to get the bookmarked ones but the others that i added by hand are still missing.
f95checker stores all data in %APPDATA%\f95checker on pc. if you don't have a backup of this folder, you'll have to add all games again. if you do have it, just place it where it was.

and to answer your question directly, no, there is no way to "scan" the filesystem for games.
 

Lucien88

Newbie
Jun 5, 2022
55
101
Hello, f95checker is amazing, thank you! I have a question though. Does a checker have a pin function? Like you can pin threads on forum, pinned game will be always on top of the list and others will kept sorted?
 

r37r05p3C7

Newbie
Nov 8, 2023
88
55
Hello, f95checker is amazing, thank you! I have a question though. Does a checker have a pin function? Like you can pin threads on forum, pinned game will be always on top of the list and others will kept sorted?
Not yet, but it was suggested recently, and according to the it's in development right now.
 

f45450

Member
Oct 21, 2021
137
77
WillyJL suggestion: add an option to skip images for newly-added games.
because: if you do a refresh with newly added games, it gives the error by timeout after "Loading 1 image...". Almost certainly, the cause is an image behind ISP-block.
For those folks who for some reason cannot make a vpn tunnel and such.

Also: is there some reason to not use file compression tools like UPX, does it break the program or something? LZX disk compression reports like 50% size reduction.
 
Last edited:

WillyJL

Well-Known Member
Respected User
Mar 7, 2019
1,059
830
WillyJL suggestion: add an option to skip images for newly-added games.
because: if you do a refresh with newly added games, it gives the error by timeout after "Loading 1 image...". Almost certainly, the cause is an image behind ISP-block.
For those folks who for some reason cannot make a vpn tunnel and such.

Also: is there some reason to not use file compression tools like UPX, does it break the program or something? LZX disk compression reports like 50% size reduction.
Never thought about it

images will become optional at some point
 

kineasrm

Member
Jan 18, 2021
104
22
1707590473135.png
Correct me if i'm wrong, but i remember we could have the labels function to not split the games on different boxes, instead we would have a singular list and only the label icon on each game. Anyone can help?
 

hsehsing

Member
Jul 11, 2017
300
68
Any change of adding keyboard accessibility?
Like triggering the remove on pressing delete or select/escape for the conformation dialog?
 
  • Like
Reactions: WillyJL
5.00 star(s) 21 Votes