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

Docs enhancement request: document mkdocs-serve errors #3650

Open
ljsinclair opened this issue Apr 17, 2024 · 0 comments
Open

Docs enhancement request: document mkdocs-serve errors #3650

ljsinclair opened this issue Apr 17, 2024 · 0 comments

Comments

@ljsinclair
Copy link

ljsinclair commented Apr 17, 2024

I haven't found any docs on mkdocs-serve errors I've come across and have solutions below for anyone who's interested:

Error Cause Example
PermissionError: [Errno 13] Permission denied Leading / on URL in mkdocs.yml /path/to/filename.md
IsADirectoryError: [Errno 21] No trailing .md on filename in URL in mkdocs.yml path/to/filename/
OSError [Errno 98] Port 8080 assigned twice * Run lsof -i :8000 to obtain the PID number nnnn for the port
* Use the PID number in command: sudo kill 9 nnnn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants