- Mar 7, 2019
- 1,116
- 930
i had totally forrgot about that feature lol. sure, should take no time at allevery game that you haven't completed, the text was red and it was so convenient
i had totally forrgot about that feature lol. sure, should take no time at allevery game that you haven't completed, the text was red and it was so convenient
my best guess is that in the script youre using relative paths, so when launching from the tool it might not hae the same environment or current directory... try to make sure all paths are absolute and not relative, otherwise im not sure what could be the causeWhich is what I did, and it runs from the terminal but not from within F95Check. But I'm sure this is due to me having a messed up wine install. It's just the one game.
No, I checked that. But don't worry about this, it isn't your problem. I'll figure it out (or not - not too bothered about it)my best guess is that in the script youre using relative paths
Well both the watched threads and the bookmarks refer to f95zone, not your browser... f95zone has a bookmark feature, so basically import watched threads and import bookmarks do nearly the same thing, it just depends how you saved the thread on your accounthaven't tested other importation method since I have no browser bookmark related to f95
A possible workaround for this is just to provide instructions for adding the app to Login Items via the Users & Groups panel in System Preferences. Even though it has to be done manually, it's probably a more reliable way of accomplishing this than trying to accommodate all the weirdnesses of each version of macOS.- fixing the start with system option on macos
That sounds cool asfweird but good and possibly interesting news: i implemented rpc!
rpc is a way to execute some commands remotely, but dont shit your pants yet. usually (and in this case too) rpc is implemented on localhost (only your pc can connect to itself) to allow communication between multiple processes. as of implementing this its only used for focusing the tool when you try opening a new one, but i plan on making a browser extension that will be able to add games to the tool by clicking a simple button on the browser.
btw also the adding games part is already implemented, only the browser extension is missing. if youre interested you can connect to the xmlrpc on localhost:57095 and call the "add_game" function passing any kind of f95zone thread url as a string.
also i dont know anything about choosing ports or other kinds of conventions so i came up with a kinda random one: i took 70 which is ascii for F, added the literal 95 (F95) and then added a 5 in front (57095) cos wikipedia said that above port 49152 is for custom and non registered services
tldr: now if you open a new f95checker, the already open one will be focused. in the future i will make a browser extension to add games easily
Oh sweet. By need to refresh in order to get the games data, you mean simply close and open again right?Not sure what you mean by fix the spaces converted. If you mean that when you first add a game it has no spaces and it has the - characters, then that’s both because when importing links, the link itself does not contain the real game name, only the lowercase and nonspaced version, and also because that way you are reminded that you need to refresh in order to get the game’s data
I always referred bookmark as the one from the browser. I barely use the forum bookmark function hahaWell both the watched threads and the bookmarks refer to f95zone, not your browser... f95zone has a bookmark feature, so basically import watched threads and import bookmarks do nearly the same thing, it just depends how you saved the thread on your account
well the thing is when you add the game the tool only know the id, url and kind of the name (it reads it from the url). when you click the refresh button the tool goes though all the games and if it notices it was never checked before it will grab the thread page and get all the details, including the correct name. in your case it was unable to complete the refresh process because of some parsing error that i now fixed so it should work fine now, just download the latest buildOh sweet. By need to refresh in order to get the games data, you mean simply close and open again right?
i think i can manage to whip something up for that, like you export all your bookmarks from the browser and f95checker tries to parse it somehow... i have some learning to do on bookmark databases huh xDI always referred bookmark as the one from the browser.
I mean, that's why I originally suggested mass import. Like copy-paste multiple link so it's added in 1 go. But if you have a shorter method, by all means, go for iti think i can manage to whip something up for that, like you export all your bookmarks from the browser and f95checker tries to parse it somehow... i have some learning to do on bookmark databases huh xD
EDIT: scrap that, this is easy as fuck. its literally a super basic html file, just have to parse all the "a" tags and get href ahahah. expect it to be ready in... 20 minutes? thats including build time lmfao
EDIT2: well maybe 20 minutes was a bit optimistic. it took 20 minutes without including build time xD. in 10 mins build will be ready!
thats a connection error (with python errors if theres some useful information its on the last line: Server disconnected)... not much i can do to fix it lol... lower the refresh workers or put a higher timeout, something like thatsuccess with both export from forum
no log.txt or html but got a new error on build 200
View attachment 1873616
Oh and because of this error screen, not only can't I update threads but it includes I can't fix bookmark with a minus [-] instead of spaces [ ] on the name
Thought about thatthats a connection error (with python errors if theres some useful information its on the last line: Server disconnected)... not much i can do to fix it lol... lower the refresh workers or put a higher timeout, something like that
just to test try with 1 workerThought about that
10 worker and 45s delay. Perm stuck at 9%
30 worker and 45s delay. Perm stuck at 17%
Bottom right corner says it's downloading 15+ or 30+ images
Can't really share anything since there's nothing on log.txt
I think it's blocking because it's not composed entirely of games threads (threads of game mods) and it's stuck because some threads don't have pictures....
If that was indeed the case then I tried to "add filter" and chose type. "Type Value" Others and did a invert filter. That removed 210 game according to "Filtered game count" but it's still stuck at 14% no matter the # of workers or timeout