Haakonoeyen
Haakonoeyen
Hi, @janetatomas11. Could you simply use the PR in your project? I don't have write permission here, so I won't be able to help. However, I made local changes to...
This solved the problem for me. In C:\Users\USERNAME\.virtualenvs\autotek-a3gt69_I\lib\site-packages\django_mailbox\signals.py Simply change `message_received = Signal(providing_args=['message'])` to `message_received = Signal()`
I'd love to, but I'm new to github so I'm gonna need a little help getting started. What will I have to do?
I get the same thing. Did you solve this?
The issue was that because of an image update on PythonAnywhere, the original virtual environment was no longer compatible. After creating a new virtual environment and installing all dependencies, everything...