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

Auto-Update feature dysfunctionality after updating to 1.5.2 #69

Open
anacardix opened this issue Sep 25, 2023 · 2 comments
Open

Auto-Update feature dysfunctionality after updating to 1.5.2 #69

anacardix opened this issue Sep 25, 2023 · 2 comments

Comments

@anacardix
Copy link

After upgrading from version 1.4.2 to 1.5.2, I encountered an issue when attempting to execute the following command:

docker exec -ti mkdocs bootstrap update

This resulted in the following error:

Traceback (most recent call last): File "/usr/bin/bootstrap", line 5, in <module> from app.cli import cli ModuleNotFoundError: No module named 'app'

Consequently, this error has disrupted the functionality of the auto-update feature. I have tested it with version 1.4.2, and it was working perfectly.

@yaggen
Copy link

yaggen commented Mar 17, 2024

Found two workarounds for this issue.

  • Either copying "apps" folder under /bootstrap/ to /usr/bin/

This fixes the auto-update feature and works as a more "permanent" fix.

  • Or you can trigger the manual update with docker exec -it mkdocs python3 /bootstrap/main.py update

Looking further into this and might come up with a PR

@yaggen
Copy link

yaggen commented Nov 4, 2024

Tried creating a PR in #84

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

No branches or pull requests

2 participants