question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Serving "/" leads to miss the first letter of directory

See original GitHub issue

As stated, when I try to run updog from root or if I do updog -d / or updog -d \/, all links in http interface seems to miss their first letter, like /etc becomes 0.0.0.0:9090/tc and so on

To reproduce:

  • updog -d /
  • open web interface
  • see what is a http link to /etc - it would be /tc
image

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Alveonacommented, Feb 29, 2020

@adeutscher Sounds great! Waiting for @sc0tfree

1reaction
adeutschercommented, Feb 29, 2020

@Alveona Also just tested with a specific drive letter, more directly addressing #23.

Sharing with python -m updog -d T:\ successfully shares the T:\ drive on my Windows box and allows me to get into sub-directories.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Moving directories into subdirectories based on first character
You need to pick up the first letter of the directory. ... This command gives you the first letter of each directory, ignoring...
Read more >
windows - What character to use to put an item at the end of ...
The Special lead-in Character that will put your folder at the end of ... The first is literally a space created by holding...
Read more >
How can I remove the first character from all filenames in a ...
again, try powershell ;). Run this in your desired directory: get-childitem *.txt | rename-item -newname { [string]($_.name).substring(1) }. Explanation:
Read more >
Service Directory (by First Letter of Last Name) - Optometry
Job Title: Staff Optometrist(Lead) Degree(s): OD Full-time. Phone: (260) 426-1442. Fax: (260) 421-1823. Email: matthew.anderson1 at sign va.gov
Read more >
Parts of a Business Letter | NMU Writing Center
Dear Mr./Ms. Whomever: In the first paragraph, introduce what you are writing about and what you want from them. In the subsequent paragraphs,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found