Tool Others F95Checker [WillyJL]

5.00 star(s) 30 Votes

ascsd

Member
Jul 26, 2021
109
89
97
Are there any plannings to provide a mobile version iso of not using appdata, but storing the data in a sub folder of the app? The reason I am asking is that I am keeping my games on an external drive to easily switch between desktop PC and Laptop.

I am explicitely asking for an extension of the desktop app and I am NOT asking for an Android version.
what your asking for is "portable" version, to avoid confusion with mobile app
i believe willy's suggested hard/soft links to someone in here before to achieve that, might be worth looking into
 
  • Like
Reactions: Cyrix72 and WillyJL

WillyJL

Veni, vidi, vici
Donor
Respected User
Mar 7, 2019
1,586
1,426
459
Further update, i think the issue was with a network drive i had connected that was having an issue, since disconnecting it now the add exe loads no issues
I think you're the second or third person to say something along those lines. Unfortunately I believe network drives sucking ass is a windows problem and I can't do much about it, it just takes longer to get directory listings.
 

WillyJL

Veni, vidi, vici
Donor
Respected User
Mar 7, 2019
1,586
1,426
459
Are there any plannings to provide a mobile version iso of not using appdata, but storing the data in a sub folder of the app? The reason I am asking is that I am keeping my games on an external drive to easily switch between desktop PC and Laptop.

I am explicitely asking for an extension of the desktop app and I am NOT asking for an Android version.
At this time this is not possible: updating the app deletes everything in the app's installation folder and replaces it with new files, so your configuration would go with it. I suggest you use symlinks: move the configuration folder to the external drive (in another location than the app's install folder), and make a symlink to it in both computer's app data folder.
 
  • Like
Reactions: Cyrix72

swagstiak

Newbie
Nov 25, 2022
47
11
108
I think you're the second or third person to say something along those lines. Unfortunately I believe network drives sucking ass is a windows problem and I can't do much about it, it just takes longer to get directory listings.
In my case it wasn't taking longer, it was failing because the network drives had decided that they were no longer going to accept my authentication, but yeah not something you can do anything about. Not sure if there is like an FAQ\troubleshooting\known issue thing it could get added to, might stop some of the questions going forward.

I have no idea how the app works, but is there a way to only load the exe directory initially then do a scan if the user decides to go up a level? Probably not an issue that affects like 90% of users, so almost certainly not a priority, just a thought i had reading your reply
 

YLG24W7Q3n

New Member
Mar 5, 2024
11
1
80
Can someone help me with this? Thank you in advance.
This happens both in the latest release and beta. I just recently got a new pc and moved the old sqllite.db to the new AppData folder.
This error always appears around 20% of the refresh and the refresh stops:


Traceback (most recent call last):
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1122, in _wrap_create_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\base_events.py", line 1149, in create_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\base_events.py", line 1182, in _create_connection_transport
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\sslproto.py", line 578, in _on_handshake_complete
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\sslproto.py", line 560, in _do_handshake
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\ssl.py", line 917, in do_handshake
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "D:\a\F95Checker\F95Checker\modules\api.py", line 959, in full_check
File "D:\a\F95Checker\F95Checker\modules\api.py", line 295, in fetch
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\contextlib.py", line 210, in __aenter__
File "D:\a\F95Checker\F95Checker\modules\api.py", line 267, in request
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\client.py", line 1425, in __aenter__
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\client.py", line 703, in _request
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 548, in connect
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1056, in _create_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1400, in _create_direct_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1369, in _create_direct_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1124, in _wrap_create_connection
aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host media.giphy.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)')]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "D:\a\F95Checker\F95Checker\modules\utils.py", line 96, in coro_wrapper
File "D:\a\F95Checker\F95Checker\modules\api.py", line 1337, in refresh
File "D:\a\F95Checker\F95Checker\modules\api.py", line 787, in fast_check
File "D:\a\F95Checker\F95Checker\modules\api.py", line 978, in full_check
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\client_exceptions.py", line 192, in os_error
AttributeError: 'ClientConnectorCertificateError' object has no attribute '_os_error'. Did you mean: 'os_error'?
 

YLG24W7Q3n

New Member
Mar 5, 2024
11
1
80
Can someone help me with this? Thank you in advance.
This happens both in the latest release and beta. I just recently got a new pc and moved the old sqllite.db to the new AppData folder.
This error always appears around 20% of the refresh and the refresh stops:


Traceback (most recent call last):
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1122, in _wrap_create_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\base_events.py", line 1149, in create_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\base_events.py", line 1182, in _create_connection_transport
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\sslproto.py", line 578, in _on_handshake_complete
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\sslproto.py", line 560, in _do_handshake
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\ssl.py", line 917, in do_handshake
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "D:\a\F95Checker\F95Checker\modules\api.py", line 959, in full_check
File "D:\a\F95Checker\F95Checker\modules\api.py", line 295, in fetch
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\contextlib.py", line 210, in __aenter__
File "D:\a\F95Checker\F95Checker\modules\api.py", line 267, in request
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\client.py", line 1425, in __aenter__
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\client.py", line 703, in _request
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 548, in connect
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1056, in _create_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1400, in _create_direct_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1369, in _create_direct_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1124, in _wrap_create_connection
aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host media.giphy.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)')]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "D:\a\F95Checker\F95Checker\modules\utils.py", line 96, in coro_wrapper
File "D:\a\F95Checker\F95Checker\modules\api.py", line 1337, in refresh
File "D:\a\F95Checker\F95Checker\modules\api.py", line 787, in fast_check
File "D:\a\F95Checker\F95Checker\modules\api.py", line 978, in full_check
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\client_exceptions.py", line 192, in os_error
AttributeError: 'ClientConnectorCertificateError' object has no attribute '_os_error'. Did you mean: 'os_error'?
"Insecure SSL" fixed this, but insecure doesnt sound good to me. What is causing this?
 

WillyJL

Veni, vidi, vici
Donor
Respected User
Mar 7, 2019
1,586
1,426
459
Can someone help me with this? Thank you in advance.
This happens both in the latest release and beta. I just recently got a new pc and moved the old sqllite.db to the new AppData folder.
This error always appears around 20% of the refresh and the refresh stops:


Traceback (most recent call last):
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1122, in _wrap_create_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\base_events.py", line 1149, in create_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\base_events.py", line 1182, in _create_connection_transport
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\sslproto.py", line 578, in _on_handshake_complete
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\sslproto.py", line 560, in _do_handshake
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\ssl.py", line 917, in do_handshake
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "D:\a\F95Checker\F95Checker\modules\api.py", line 959, in full_check
File "D:\a\F95Checker\F95Checker\modules\api.py", line 295, in fetch
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\contextlib.py", line 210, in __aenter__
File "D:\a\F95Checker\F95Checker\modules\api.py", line 267, in request
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\client.py", line 1425, in __aenter__
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\client.py", line 703, in _request
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 548, in connect
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1056, in _create_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1400, in _create_direct_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1369, in _create_direct_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1124, in _wrap_create_connection
aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host media.giphy.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)')]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "D:\a\F95Checker\F95Checker\modules\utils.py", line 96, in coro_wrapper
File "D:\a\F95Checker\F95Checker\modules\api.py", line 1337, in refresh
File "D:\a\F95Checker\F95Checker\modules\api.py", line 787, in fast_check
File "D:\a\F95Checker\F95Checker\modules\api.py", line 978, in full_check
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\client_exceptions.py", line 192, in os_error
AttributeError: 'ClientConnectorCertificateError' object has no attribute '_os_error'. Did you mean: 'os_error'?
that looks like your system ssl certificates are outdated. instead of shipping custom ssl sertificates with the tool, which would require publishing a new version of the tool when certificates expire, it uses the system ones, which in your case are outdated or invalid. go through with windows update and also do the usual sfc and dism rigamarole to fix your system.
 

GrammerCop

Well-Known Member
Donor
Mar 15, 2020
1,973
1,962
360
that looks like your system ssl certificates are outdated. instead of shipping custom ssl sertificates with the tool, which would require publishing a new version of the tool when certificates expire, it uses the system ones, which in your case are outdated or invalid. go through with windows update and also do the usual sfc and dism rigamarole to fix your system.
Silly question, what about including that text in the error output for that error? You might also include possible solutions for the other errors as well. Just imagine how much time that would save!
 
  • Like
Reactions: WhiteVanDaycare

WillyJL

Veni, vidi, vici
Donor
Respected User
Mar 7, 2019
1,586
1,426
459
Silly question, what about including that text in the error output for that error? You might also include possible solutions for the other errors as well. Just imagine how much time that would save!
i'll probably do that in the rewrite when i get to that point
 
  • Like
Reactions: GrammerCop

antonymorato

Member
Jun 11, 2020
173
73
115
i have a question. my windows crash and i had to format my pc. is my list backed up or is there someway i must go to copy it?
 

WillyJL

Veni, vidi, vici
Donor
Respected User
Mar 7, 2019
1,586
1,426
459
i have a question. my windows crash and i had to format my pc. is my list backed up or is there someway i must go to copy it?
if you didnt back up the database file from the old install, its gone. this is not an official tool of f95zone, it doesnt have any kind of sync. see the OP FAQ for where the database is on your pc.
 

Pamlau

Member
Dec 27, 2017
109
88
124
is there any way to when selecting a game, also show the rest of the uploaded example images instead of only the cover?
 

WillyJL

Veni, vidi, vici
Donor
Respected User
Mar 7, 2019
1,586
1,426
459
is there any way to when selecting a game, also show the rest of the uploaded example images instead of only the cover?
not currently. i was working on it some time ago but scrapped it due to forum rate limits. i will try to consider it again in the c rewrite but no promises
 
  • Heart
Reactions: Pamlau
5.00 star(s) 30 Votes