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

Update Broke the bot #34

Closed
ghost opened this issue Jun 12, 2020 · 2 comments · Fixed by #35
Closed

Update Broke the bot #34

ghost opened this issue Jun 12, 2020 · 2 comments · Fixed by #35
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Jun 12, 2020

Describe the bug

Bot no longer starts after the latest update.

Steps to reproduce the behavior:

update to the current build and attempt to run the bot.

eg.
after updating open terminal and type:

cd /path/to/bot/
python3 bot.py

A clear and concise description of what you expected to happen.

I expected to bot to actually launch.

If applicable, add screenshots to help explain your problem.

https://imgur.com/ZjHoiIp.png

Server:

  • OS: Debian
  • Python version: 3.7.3
  • discord.py version: don't know how to check this but i tend to keep it up to date.

Traceback

Traceback (most recent call last):
  File "bot.py", line 37, in <module>
    from core import database, migration, activity
  File "/home/admin/reaction-light/core/__init__.py", line 2, in <module>
    from .activities import *
ModuleNotFoundError: No module named 'core.activities'

@ghost ghost added the bug Something isn't working label Jun 12, 2020
@eibex
Copy link
Owner

eibex commented Jun 12, 2020

Apologies, I thought I patched and I (strangely) didn't encounter that error while testing. I will patch it in a moment.

@ghost
Copy link
Author

ghost commented Jun 12, 2020

Thanks it seems to be launching now =)

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

Successfully merging a pull request may close this issue.

1 participant