You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm a first-time contributor to Zubhub. After following all the installation instructions and setting up the codebase on my local machine, I ran make test and got the following error:
Top of the Traceback:
Bottom of the Traceback:
To Reproduce
Steps to reproduce the behavior:
NOTE: I assume you already have a .env file setup
Go to the .env file in your zubhub_backend directory
And then save.
4. Still in that directory, from the terminal, run make init.
5. Run make test.
6. See error. Note: After doing this, you can change the instances of guest back to admin and follow the steps, and you will still see the error.
Expected behavior
Tests are not expected to fail, especially because it is a fresh installation with no code changes done yet. All tests should ideally pass.
Screenshots
Here's a screenshot of logs from the Docket rabbitmq container:
And here's a screenshot from my browser when I try logging in to localhost:15672 to corroborate the errors in red lines in the screenshot of the rabbitmq Docker logs above:
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm a first-time contributor to Zubhub. After following all the installation instructions and setting up the codebase on my local machine, I ran
make test
and got the following error:Top of the Traceback:
Bottom of the Traceback:
To Reproduce
Steps to reproduce the behavior:
.env
file in yourzubhub_backend
directoryto:
And then save.
4. Still in that directory, from the terminal, run
make init
.5. Run
make test
.6. See error.
Note: After doing this, you can change the instances of
guest
back toadmin
and follow the steps, and you will still see the error.Expected behavior
Tests are not expected to fail, especially because it is a fresh installation with no code changes done yet. All tests should ideally pass.
Screenshots
Here's a screenshot of logs from the Docket
rabbitmq
container:And here's a screenshot from my browser when I try logging in to
localhost:15672
to corroborate the errors in red lines in the screenshot of therabbitmq
Docker logs above:The text was updated successfully, but these errors were encountered: