File "f95watcher.py", line 82, in <module>
games.sort()
File "f95watcher.py", line 38, in __lt__
return self.date > other.date
TypeError: '>' not supported between instances of 'NoneType' and 'NoneType'
<h1 data-translate="challenge_headline">One more step</h1>
Traceback (most recent call last):
File "f95watcher.py", line 87, in <module>
game.get_info()
File "f95watcher.py", line 27, in get_info
self.version = headline.split(" [", -1)[1].split("]", -1)[0]
IndexError: list index out of range
Did you use pip install or pip3 install? Just curious..Those commands are already on the install_requirements.bat. Except for wheels, but pip3 fails to find a matching distro for that anyway... I tried your suggestion of moving the files to the python folder, but nothing changed, f95watcher.bat still fails to produce any results
Scratch that! Distro name is "wheel" (singular), i installed everything and finally managed to successfully run the f95watcher! Thank you so much for the instructions!
Great Job!!!Pip3 skladpoznaniya
And i updated the bat to use that command and the requirement.txt to include wheel if anyone wants to grab it. PS: I removed the version details in the txt and it seems to run fine without it.
It only works if you use "Python 3.8" (or whatever version you've installed) from your Start Menu or -- but only if you have added the path to the python binary during the installation -- from any cmd window.pip / pip3 doesn't seem to work for me
So you did theI got it fixed but now I'm experiencing the same error as 3xd (first part)
pip install -r requirements.txt
? And did you use the requirements.txt
from the file lifemare posted above?f95watcher.bat
?yes, I don't have a output it runs and then closes itselfSo you did thepip install -r requirements.txt
? And did you use therequirements.txt
from the file lifemare posted above?
If so, can you please post your full output after runningf95watcher.bat
?
Of course it does, my bad. Please edit youryes, I don't have a output it runs and then closes itself
f95watcher.bat
and add pause
as last line to it, then run it again, the window should now stay open until you hit a key.Here is what it's showing but doesn't update summary from the links fileOf course it does, my bad. Please edit yourf95watcher.bat
and addpause
as last line to it, then run it again, the window should now stay open until you hit a key.
Hm, there are no errors though? Would you mind packaging your f95watcher folder and send it to me via PM/Direct Message? I'll have a look!Here is what it's showing but doesn't update summary from the links file
Can you send me one I'm still kinda new to using the site I don't see where the send direct message isHm, there are no errors though? Would you mind packaging your f95watcher folder and send it to me via PM/Direct Message? I'll have a look!