Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launch error #59

Open
Finch106 opened this issue Jul 23, 2019 · 0 comments
Open

Launch error #59

Finch106 opened this issue Jul 23, 2019 · 0 comments

Comments

@Finch106
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant