-
Notifications
You must be signed in to change notification settings - Fork 46
XDM won't start #190
Comments
I'm getting the same error.... C:\Users\Del\Documents\GitHub\XDM\XDM>python XDM.py
File "C:\Python27\lib\site-packages\cherrypy_cpserver.py", line 158, in https |
looks like you have the wrong version of cheerypy globally installed ... create a clean virtualenv and activate it ... then run xdm fyi this is not a bug but rather a way you can update the used libs without changing the code |
What version of Cherry.py shoud be installed? I just grabbed the latest one Alternatively, If I wanted to reinstall, what files can I back up so that my watchlists are preserved? Thanks, |
So, I've tried to run the setup.py (which bombs with an error that I have reported in a different thread) but for giggles, I try to start XDM and these are my results. My google-fu has not resulted in any real help.
D:\xdm>python xdm.py
←[32;1mINFO←[0m| 2015-03-05 13:34:04.196000: Starting XDM Zim 0.5.18
←[32;1mINFO←[0m| 2015-03-05 13:34:04.211000: Logfile path is ##xdm_path##\xd
m.log
←[32;1mINFO←[0m| 2015-03-05 13:34:04.276000: Loading/searching system plugin
s
←[32;1mINFO←[0m| 2015-03-05 13:34:06.885000: Pylint Score for SystemConfig i
s 9.34
←[32;1mINFO←[0m| 2015-03-05 13:34:06.971000: Using i18n path D:\xdm\i18n
←[32;1mINFO←[0m| 2015-03-05 13:34:06.982000: Instaling language "en_US <lad1
337@gmail.com>"
←[32;1mINFO←[0m| 2015-03-05 13:34:06.992000: CoreUpdate is working with vers
ion 0.5.18 on Git
←[32;1mINFO←[0m| 2015-03-05 13:34:07.024000: Loading/searching all plugins
←[32;1mINFO←[0m| 2015-03-05 13:34:07.382000: Pylint Score for SystemConfig i
s 9.34
←[32;1mINFO←[0m| 2015-03-05 13:34:07.949000: Pylint Score for RegEx is 9.69
←[32;1mINFO←[0m| 2015-03-05 13:34:08.108000: Pylint Score for Replace is 10.
00
←[32;1mINFO←[0m| 2015-03-05 13:34:08.192000: Pylint Score for Umlaute is 10.
00
←[32;1mINFO←[0m| 2015-03-05 13:34:08.306000: Pylint Score for NZB is 10.00
←[32;1mINFO←[0m| 2015-03-05 13:34:08.412000: Pylint Score for Torrent is 10.
00
←[32;1mINFO←[0m| 2015-03-05 13:34:08.552000: Stopping all tasks
←[32;1mINFO←[0m| 2015-03-05 13:34:08.554000: Checking migrate functions with
last known version: (0, 5, 18) and cur version: (0, 5, 18)
←[32;1mINFO←[0m| 2015-03-05 13:34:08.559000: Setting up download status chec
ker scheduler every 180 seconds
←[32;1mINFO←[0m| 2015-03-05 13:34:08.586000: Setting up search scheduler eve
ry 43200 seconds
←[32;1mINFO←[0m| 2015-03-05 13:34:08.601000: Setting up mediaadder scheduler
every 180 seconds
←[32;1mINFO←[0m| 2015-03-05 13:34:08.615000: Setting up news feed scheduler
every 21600 seconds
←[32;1mINFO←[0m| 2015-03-05 13:34:08.625000: Setting up plugin repo / plugin
update scheduler every 43200 seconds
←[32;1mINFO←[0m| 2015-03-05 13:34:08.635000: Setting up garbage collector sc
heduler every 86400 seconds
←[32;1mINFO←[0m| 2015-03-05 13:34:08.647000: Setting up core update schedule
r every 43200 seconds
←[32;1mINFO←[0m| 2015-03-05 13:34:08.660000: Generating CherryPy configurati
on
←[32;1mINFO←[0m| 2015-03-05 13:34:08.671000: Starting the XDM http web serve
r
Traceback (most recent call last):
File "xdm.py", line 321, in
main()
File "xdm.py", line 287, in main
app.startWebServer()
File "xdm.py", line 254, in startWebServer
cherrypy.server.start()
File "C:\Python27\lib\site-packages\cherrypy_cpserver.py", line 167, in start
File "C:\Python27\lib\site-packages\cherrypy_cpserver.py", line 158, in https
erver_from_self
httpserver = cpwsgi_server.CPWSGIServer(self)
File "C:\Python27\lib\site-packages\cherrypy_cpwsgi_server.py", line 43, in _
init
accepted_queue_timeout=self.server_adapter.accepted_queue_timeout,
TypeError: init() got an unexpected keyword argument 'accepted_queue_size'
The text was updated successfully, but these errors were encountered: