Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maildump setup docs appear to be broken #297

Closed
audreyfeldroy opened this issue Aug 8, 2015 · 7 comments · Fixed by #1442
Closed

Maildump setup docs appear to be broken #297

audreyfeldroy opened this issue Aug 8, 2015 · 7 comments · Fixed by #1442

Comments

@audreyfeldroy
Copy link
Member

I tried following the cookiecutter-django maildump instructions exactly as per the project-level README, but when I go to http://127.0.0.1:1080/, there is nothing.

Is there anything missing from the docs?

Here is the output of running grunt start-email-server as per the cookiecutter-django docs:

$ grunt start-email-server
Running "bgShell:runMailDump" (bgShell) task
Done, without errors.
Execution Time (2015-08-08 19:25:44 UTC)
loading tasks         6ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 21%
bgShell:runMailDump  21ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 72%
Total 29ms

I've also verified that I have the necessary packages installed, both on the Python and the npm side.

Let me know if there's anything I can try locally. I'm happy to make the corrections if I figure out the problem.

@pydanny
Copy link
Member

pydanny commented Aug 8, 2015

Unfortunately, Maildump only works with Python 2.7: ThiefMaster/maildump#7.

As useful as it is, without Python 3.4+ support we'll have to remove Maildump as an option.

@burhan
Copy link
Collaborator

burhan commented Aug 9, 2015

I'm working on 3.4+ support for maildump; but its in the early stages.

@luzfcb
Copy link
Collaborator

luzfcb commented Aug 9, 2015

@burhan another problem. Two maildump dependencies not is full python3 compatible

gevent-websocket
gevent-socketio - abourget/gevent-socketio#212

@burhan
Copy link
Collaborator

burhan commented Aug 9, 2015

I'm working on a patch that uses circuits so hopefully it should take care of everything.

@musicformellons
Copy link

I'm running into same problem, i.e. maildump not working with python 3.4.3 ; Can you 'sign in' without maildump? Where do I find the signup emails then?

@keybits
Copy link
Contributor

keybits commented Nov 16, 2015

I've replaced Maildump with MailHog so that I have a Python 3 compatible solution to this, see #409

@luzfcb
Copy link
Collaborator

luzfcb commented Nov 30, 2015

I will close this because #409 was merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants