xdavidhu / lanGhost

👻 A LAN dropbox chatbot controllable via Telegram
MIT License
353 stars 60 forks source link

/scan does not give a response #21

Open musa11971 opened 6 years ago

musa11971 commented 6 years ago

I went through the setup process and everything looks to be working fine. Tried to use the /kill command and it worked well. I did however notice that the /scan command did not return a proper response.

All it does is say "Scanning network..." but then fails to return an error message or result.

I noticed the following error in the SSH terminal:

From cffi callback <function _verify_callback at 0x75247b28>:
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/OpenSSL/SSL.py", line 309, in wrapper
    _lib.X509_up_ref(x509)
AttributeError: module 'lib' has no attribute 'X509_up_ref'