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

Server issues #86

Open
MAHardo opened this issue Mar 3, 2024 · 2 comments
Open

Server issues #86

MAHardo opened this issue Mar 3, 2024 · 2 comments

Comments

@MAHardo
Copy link

MAHardo commented Mar 3, 2024

Hi, I get this error when I try to run server.py after I upgraded the bot today:

(base) C:\Users\...\Downloads\TWB-master\webmanager>python server.py
Traceback (most recent call last):
  File "C:\Users\...\Downloads\TWB-master\webmanager\server.py", line 8, in <module>
    from webmanager.helpfile import help_file, buildings
ModuleNotFoundError: No module named 'webmanager'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\...\Downloads\TWB-master\webmanager\server.py", line 12, in <module>
    from utils import DataReader, BotManager, MapBuilder, BuildingTemplateManager
  File "C:\Users\...\Downloads\TWB-master\webmanager\utils.py", line 9, in <module>
    from core.filemanager import FileManager
ModuleNotFoundError: No module named 'core'
@stefan2200
Copy link
Owner

We've just deployed a fix for that issue. Could you try again and inform us if that fixed the issue?

@MAHardo
Copy link
Author

MAHardo commented Mar 4, 2024

Hi Stefan, thank you for your reply. I just upgraded the bot and it works just beautifully, also the telegram bot! Thanks a lot!

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

When branches are created from issues, their pull requests are automatically linked.

2 participants