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

AttributeError: module 'pymongo' has no attribute 'collection' #108

Open
DimesUp opened this issue Dec 14, 2024 · 0 comments
Open

AttributeError: module 'pymongo' has no attribute 'collection' #108

DimesUp opened this issue Dec 14, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@DimesUp
Copy link

DimesUp commented Dec 14, 2024

Describe the bug
When starting botHandler.py, an attributeerror occurs.

To Reproduce
Steps to reproduce the behavior:

  1. Make your own fork of main
  2. Create a Github codespace on main
  3. Complete beforehand steps like installing requirements.txt and setup.py (however to solve another bug you must change aiohttp's version from 3.8.6 to 3.11.10)
  4. Run the botHandler with the command "python3 botHandler.py"
  5. AttributeError: module 'pymongo' has no attribute 'collection'. Did you mean: 'collation'?

Expected behavior
I expected the bot to start, and I could enter discord and use the server scout.

Screenshots
Desktop Screenshot 2024 12 14 - 13 17 38 73

Desktop (please complete the following information):

  • OS: Github codespace

Additional context
Add any other context about the problem here.

@DimesUp DimesUp added the bug Something isn't working label Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants