beville / ComicStreamer

Apache License 2.0
168 stars 91 forks source link

Launch error #59

Open Finch106 opened 5 years ago

Finch106 commented 5 years ago

I'm getting an error running on Windows:

C:\WINDOWS\system32>python c:\ComicStreamer\comicstreamer 2019-07-23 10:07:21,653 - INFO - Stream server running on port 32500... 2019-07-23 10:07:21,710 - INFO - Monitor: Beginning file scan... 2019-07-23 10:07:21,710 - WARNING - Cannot run bonjour server! Maybe some packages need to be installed? Exception in thread Thread-1: Traceback (most recent call last): File "C:\Python27\lib\threading.py", line 801, in __bootstrap_inner self.run() File "C:\Python27\lib\threading.py", line 754, in run self.target(*self.args, **self.__kwargs) File "c:\ComicStreamer\comicstreamerlib\monitor.py", line 81, in mainLoop self.dofullScan(self.paths) File "c:\ComicStreamer\comicstreamerlib\monitor.py", line 481, in dofullScan filelist = sorted(filelist, key=os.path.getmtime) File "C:\Python27\lib\genericpath.py", line 62, in getmtime return os.stat(filename).st_mtime

I did a new git clone so it's a fresh install, but it's throwing these errors.