Code Monkey home page Code Monkey logo

Comments (2)

dcwatson avatar dcwatson commented on June 17, 2024

Try admin/adminpass. Which branch are you using out of curiosity? Haven't touched this in a while...

from phxd.

aptonline avatar aptonline commented on June 17, 2024

Hi, I'm using the docker image (https://hub.docker.com/r/ckb2/phxd). That password seemed to do something but caused an error requesting login.

2022-06-03 23:37:31 ERROR    unhandled exception: [Errno 2] No such file or directory: 'chatlogs/2022-06-03.txt'                                                   
Traceback (most recent call last):                                                                                                                                 
  File "/usr/local/lib/python3.8/site-packages/phxd/server/__init__.py", line 105, in notifyPacket                                                                 
    dispatcher.send(signal=(packet_received, packet.type), sender=self, server=self, user=conn.context, packet=packet)                                             
  File "/usr/local/lib/python3.8/site-packages/pydispatch/dispatcher.py", line 333, in send                                                                        
    response = robustapply.robustApply(                                                                                                                            
  File "/usr/local/lib/python3.8/site-packages/pydispatch/robustapply.py", line 55, in robustApply                                                                 
    return receiver(*arguments, **named)                                                                                                                           
  File "/usr/local/lib/python3.8/site-packages/phxd/server/handlers/user.py", line 56, in handleLogin                                                              
    dispatcher.send(signal=user_login, sender=server, server=server, user=user)                                                                                    
  File "/usr/local/lib/python3.8/site-packages/pydispatch/dispatcher.py", line 333, in send                                                                        
    response = robustapply.robustApply(                                                                                                                            
  File "/usr/local/lib/python3.8/site-packages/pydispatch/robustapply.py", line 55, in robustApply                                                                 
    return receiver(*arguments, **named)                                                                                                                           
  File "/usr/local/lib/python3.8/site-packages/phxd/server/handlers/logger.py", line 97, in logUserJoin                                                            
    chatlog.join(user)                                                                                                                                             
  File "/usr/local/lib/python3.8/site-packages/phxd/server/handlers/logger.py", line 55, in join                                                                   
    self.write(user, "JOIN")                                                                                                                                       
  File "/usr/local/lib/python3.8/site-packages/phxd/server/handlers/logger.py", line 46, in write                                                                  
    self.writeLine("%s\t%s\t%s\t%s" % (user.account.login, user.nick, logtype, line))                                                                              
  File "/usr/local/lib/python3.8/site-packages/phxd/server/handlers/logger.py", line 34, in writeLine                                                              
    self.rotate()                                                                                                                                                  
  File "/usr/local/lib/python3.8/site-packages/phxd/server/handlers/logger.py", line 29, in rotate                                                                 
    self.logfile = codecs.open(path, "a", "utf-8")                                                                                                                 
  File "/usr/local/lib/python3.8/codecs.py", line 905, in open                                                                                                     
    file = builtins.open(filename, mode, buffering)                                                                                                                
FileNotFoundError: [Errno 2] No such file or directory: 'chatlogs/2022-06-03.txt'                                                                                  
Unhandled Error   

from phxd.

Related Issues (3)

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.