- Aug 8, 2020
- 430
- 1,163
can you try with 0 retries, 1 worker and max timeout?
Code:
Retries: 0
Workers: 1
Timeout: 120 sec
Successfully completed early multiple times, refreshing 41 games consistently between ~50-65 seconds.
can you try with 0 retries, 1 worker and max timeout?
Retries: 0
Workers: 1
Timeout: 120 sec
Successfully completed early multiple times, refreshing 41 games consistently between ~50-65 seconds.
hm ok yeah, either keep lower workers and higher timeout, or use the new setting in build 655...Code:Retries: 0 Workers: 1 Timeout: 120 sec Successfully completed early multiple times, refreshing 41 games consistently between ~50-65 seconds.
Thanks for the insight. Gives me hope that my solution since build 655 to have a setting to ignore those errors, but keep them by default, is the best compromisebeen having that sephamore error the past few days only, build 574. then the error randomly stopped today
still on build 574. havent updated or anything
I have no clue how to get a complete source with all packages so i can only assume it's something that goes from gui.py to imgui.Yea I know it’s still an issue, but really I don’t have many ideas and haven’t looked into it properly yet. The only detail I can think of is that maybe it’s is something Debian based related, because yohudood also reported the same issue and they were on pop os, while I remember you saying that you’re on devuan (both Debian based in some way)... and I haven’t had issues on either arch Linux or Garuda Linux (which is arch based
You can download a VMware Fusion free trial and a windows 10 iso from microsoft to quickly create a virtual machine, then launch/log in to f95checker on it, then transfer the database files created back on to your mac. Thats what I did and it worked fineHi, WillyJL i'm a mac user having this problem:
View attachment 2159359
I read that you can fix it by taking db.sqlite3 from a windows install, but i don't have access to a windows machine...
Maybe you can tell me what i have to add to the db.sqlite3 archive so i can add it manually?
Thank you for your time.
might consider it, low priority thoHey WillyJL, is it possible to make adding thread posts a thing? For example, whenever someone edits their post, a message pops up similar to the "new update" one but says something like "the content's post has been updated/edited" or something. Many mods nowadays don't use separate threads and make a post in the thread so I think it's needed if possible.
cool idea, might not be that easy, but i like myself a good challengeI don't know if it's possible but it would be cool to add icons to the "F95Checker Browser Addon" that would show which games were added to the "F95Checker" program
as you might tell from the file extension, its a sqlite 3 format database, so youll need the proper software to edit it. when you have that, you need to edit the "cookies" table and add the name-value for all the relevant login cookies. you can see your login session cookies on your browser by going to inspect element, to the storage tab, and under the f95zone.to domain cookies youll see all you need. the most important cookies you will need are the ones starting with "xf_", like xf_user, xf_session, xf_csrf and xf_tfa_trust. however i suggest you copy the others too if youre not getting good results. keep in mind that if you have 2 factor authentication, these cookies will expire after 1 month so youll have to repeat the process in that case. also make sure to only edit the database from one program at a time, as in only edit it while the tool is completely shutdown, and dont open the tool again until you have completely closed all the editing software you used.Hi, WillyJL i'm a mac user having this problem:
View attachment 2159359
I read that you can fix it by taking db.sqlite3 from a windows install, but i don't have access to a windows machine...
Maybe you can tell me what i have to add to the db.sqlite3 archive so i can add it manually?
Thank you for your time.
i didnt change anything about it recently, and i have no reports of the old method not hiding properly. what likely has changed is that your machine is now using windows terminal instead of the good old cmd conhost, and the method i used doesnt seem to work with windows terminal. im aware of this issue and i plan to look into itYo WillyJL The command prompt that usually disappeared after a little bit is now staying there during the runtime of the program with the message, "Redirecting stdout and stderr to E:\entertainment\F95Checker\log.txt". The log is empty. Everything else to my knowledge works fine other than the aforementioned effects. Got a fix or is it just a bug from the newer version?
god damn, 2424 unread notifications?? clear some of those out my brother in christ xD yes this is a bug, but i never really expected someone to have more than 1000 unread notifications xDHello guys,
I just downloaded the tool and when I try to refresh and get it going, I got this error message:
View attachment 2163795
Some help will be appreciated. Thanks!
Thanks, for your help and making this amazing tool.as you might tell from the file extension, its a sqlite 3 format database, so youll need the proper software to edit it. when you have that, you need to edit the "cookies" table and add the name-value for all the relevant login cookies. you can see your login session cookies on your browser by going to inspect element, to the storage tab, and under the f95zone.to domain cookies youll see all you need. the most important cookies you will need are the ones starting with "xf_", like xf_user, xf_session, xf_csrf and xf_tfa_trust. however i suggest you copy the others too if youre not getting good results. keep in mind that if you have 2 factor authentication, these cookies will expire after 1 month so youll have to repeat the process in that case. also make sure to only edit the database from one program at a time, as in only edit it while the tool is completely shutdown, and dont open the tool again until you have completely closed all the editing software you used.
finished is already there, its the checkered finish flag box, but dropped isnt a thing. the system i have now with installed and played / finished is already a bit of a stretch since not all users use the tool in the same way, but it is mostly ok in my eyes. however i have planned a custom tag system, so you will be able to make your own tags (well i will call them labels to distinguish from forum tags, but they will mostly act as tags) to mark your games however you wishForgive me if this has been asked, but what about adding a checkbox for finished and dropped?
I'll let you know when it's pushed live and it auto updates, cbf otherwise lolmade some changes that should most likely fix the command prompt issue, and maybe hopefully (not so sure, but worth a shot) fix the qwebengineprocess issue. both are inYou must be registered to see the links
Ah, I thought that was the played indicator. The custom tags system sounds great, I look forward to it.finished is already there, its the checkered finish flag box, but dropped isnt a thing. the system i have now with installed and played / finished is already a bit of a stretch since not all users use the tool in the same way, but it is mostly ok in my eyes. however i have planned a custom tag system, so you will be able to make your own tags (well i will call them labels to distinguish from forum tags, but they will mostly act as tags) to mark your games however you wish
update: i am now confident both issues are properly fixed.DamienSilvert Lalmo_Robs tonyalfonso7
tagging you guys because you have the macOS login window issue with the QWebWngineProcess not working
AmBush-UK Dukez FaceCrap
and tagging you guys because you mentioned the command prompt window lingering around when it should be gone
made some changes that should most likely fix the command prompt issue, and maybe hopefully (not so sure, but worth a shot) fix the qwebengineprocess issue. both are inYou must be registered to see the links
the command prompt i hope i fixed by changing how the program is bootstrapped, but im not sure if my new method for log.txt works. please confirm that it is created properly (doesnt need to contain anything, just check if it gets created)
for the login window i hope this fixes it because i now spawn the window from the main window process. for it to work properly, the main window is unresponsive, but hopefully this wont confuse qt with the lcoation of the web engine.