-
Notifications
You must be signed in to change notification settings - Fork 310
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
Serving "/" leads to miss the first letter of directory #11
Comments
The hiccup is in the
Replacing this function with |
@adeutscher Could you test it on Windows as well? It seems to also fix #23 |
On Windows (Python 3.7.6), everything appears to go alright:
|
@adeutscher Sounds great! Waiting for @sc0tfree |
Hey @adeutscher and @Alveona - Thanks so much for working through this issue. I’m on a plane home from vacation and will dive in ASAP! |
How is it going? |
On Windows (Python 3.6.8 miniconda virtual env) with updog v1.4, still same error.
when i want to go into the subfolder, it will miss the first letter of the subfolder's . |
but if i input the subfolder in the address bar of the broswer, everything is ok! |
As stated, when I try to run updog from root or if I do
updog -d /
orupdog -d \/
, all links in http interface seems to miss their first letter, like /etc becomes 0.0.0.0:9090/tc and so onTo reproduce:
updog -d /
The text was updated successfully, but these errors were encountered: