Giter Site home page Giter Site logo

Comments (5)

emalderson avatar emalderson commented on July 28, 2024

Sorry for the delay in the response, but you didn't provide enough information to help me identify the possible cause of the problem. I'm pretty sure that there is a problem with your installation procedure.

from thephish.

badspoiler avatar badspoiler commented on July 28, 2024

Hello, i have a similar problem. When i click "list E-Mails" i get a "Error" Message and "an Error occured"
I installed everything like in the "Install ThePhish using Docker and Docker Compose" guide.

Where can i see logs for this error message? Thank you!
error

from thephish.

emalderson avatar emalderson commented on July 28, 2024

Hi badspoiler, probably something went wrong during the installation process.
You can see detailed errors by attaching to the logs on the "thephish" container and look at the stack trace of the error after you click on the button.

from thephish.

Gokzkara avatar Gokzkara commented on July 28, 2024

Hello.

I have the same problem and I get the following error from docker logs. Can anyone help?

thephish | [ERROR]_[list_emails]: Error while trying to connect to IMAP server: Traceback (most recent call last):
thephish | File "/root/thephish/list_emails.py", line 243, in main
thephish | connection = connect_to_IMAP_server()
thephish | File "/root/thephish/list_emails.py", line 21, in connect_to_IMAP_server
thephish | connection.login(config['imapUser'], config['imapPassword'])
thephish | File "/usr/lib/python3.8/imaplib.py", line 601, in login
thephish | typ, dat = self._simple_command('LOGIN', user, self._quote(password))
thephish | File "/usr/lib/python3.8/imaplib.py", line 1205, in _simple_command
thephish | return self._command_complete(name, self._command(name, *args))
thephish | File "/usr/lib/python3.8/imaplib.py", line 1030, in _command_complete
thephish | raise self.error('%s command error: %s %s' % (name, typ, data))
thephish | imaplib.IMAP4.error: LOGIN command error: BAD [b'Not enough arguments provided c12mb44063055ljj']

from thephish.

emalderson avatar emalderson commented on July 28, 2024

This kind of problem is caused by wrong configuration of the parameters to connect to the email account.

from thephish.

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.