Giter VIP home page Giter VIP logo

Comments (3)

Deltron216 avatar Deltron216 commented on August 22, 2024

I'm getting the same error....

C:\Users\Del\Documents\GitHub\XDM\XDM>python XDM.py
←[32;1mINFO←[0m| 2015-05-21 12:06:30.691000: Starting XDM Zim 0.5.18
←[32;1mINFO←[0m| 2015-05-21 12:06:30.697000: Logfile path is ##xdm_path##\xd
m.log
←[32;1mINFO←[0m| 2015-05-21 12:06:31.038000: Loading/searching system plugin
s
←[32;1mINFO←[0m| 2015-05-21 12:06:32.017000: Pylint Score for SystemConfig i
s 9.34
←[32;1mINFO←[0m| 2015-05-21 12:06:32.293000: Using i18n path C:\Users\Del\Do
cuments\GitHub\XDM\XDM\i18n
←[35;1mWARNING←[0m| 2015-05-21 12:06:32.297000: No language file found that mat
ches None. your locale ('English_United States', '1252')
←[32;1mINFO←[0m| 2015-05-21 12:06:32.300000: Trying to install language en_U
S as fallback
←[32;1mINFO←[0m| 2015-05-21 12:06:32.303000: Setting language to en_US becau
se of fallback
←[32;1mINFO←[0m| 2015-05-21 12:06:32.325000: Instaling language "en_US <lad1
[email protected]>"
←[32;1mINFO←[0m| 2015-05-21 12:06:32.329000: CoreUpdate is working with vers
ion 0.5.18 on Git
←[32;1mINFO←[0m| 2015-05-21 12:06:32.379000: Setting extra plugin path to C:
\Users\Del\Documents\GitHub\XDM\XDM\plugins
←[32;1mINFO←[0m| 2015-05-21 12:06:32.394000: Loading/searching all plugins
←[32;1mINFO←[0m| 2015-05-21 12:06:32.477000: Pylint Score for SystemConfig i
s 9.34
←[32;1mINFO←[0m| 2015-05-21 12:06:32.686000: Pylint Score for RegEx is 9.69
←[32;1mINFO←[0m| 2015-05-21 12:06:32.775000: Pylint Score for Replace is 10.
00
←[32;1mINFO←[0m| 2015-05-21 12:06:32.826000: Pylint Score for Umlaute is 10.
00
←[32;1mINFO←[0m| 2015-05-21 12:06:32.870000: Pylint Score for NZB is 10.00
←[32;1mINFO←[0m| 2015-05-21 12:06:32.905000: Pylint Score for Torrent is 10.
00
←[32;1mINFO←[0m| 2015-05-21 12:06:32.959000: Stopping all tasks
←[32;1mINFO←[0m| 2015-05-21 12:06:32.960000: Checking migrate functions with
last known version: (0, 4, 18) and cur version: (0, 5, 18)
←[32;1mINFO←[0m| 2015-05-21 12:06:32.962000: Setting up download status chec
ker scheduler every 180 seconds
←[32;1mINFO←[0m| 2015-05-21 12:06:32.965000: Running migrate function migrat
e_0_4_19
←[32;1mINFO←[0m| 2015-05-21 12:06:32.968000: Setting up search scheduler eve
ry 43200 seconds
←[32;1mINFO←[0m| 2015-05-21 12:06:32.973000: Setting up mediaadder scheduler
every 180 seconds
←[32;1mINFO←[0m| 2015-05-21 12:06:32.977000: Setting up news feed scheduler
every 21600 seconds
←[32;1mINFO←[0m| 2015-05-21 12:06:32.980000: Setting up plugin repo / plugin
update scheduler every 43200 seconds
←[32;1mINFO←[0m| 2015-05-21 12:06:32.983000: Setting up garbage collector sc
heduler every 86400 seconds
←[32;1mINFO←[0m| 2015-05-21 12:06:32.986000: Setting up core update schedule
r every 43200 seconds
←[32;1mINFO←[0m| 2015-05-21 12:06:32.989000: Generating CherryPy configurati
on
←[32;1mINFO←[0m| 2015-05-21 12:06:32.992000: 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

self.httpserver, self.bind_addr = self.httpserver_from_self()

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'

from xdm.

lad1337 avatar lad1337 commented on August 22, 2024

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
... not truly pythonic but also serves a way to ship xdm with all dependencies

from xdm.

Deltron216 avatar Deltron216 commented on August 22, 2024

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,

from xdm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.