You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: