tiny little cosmetic bug
This commit is contained in:
parent
91663e5d2a
commit
d429342d80
1 changed files with 24 additions and 0 deletions
|
@ -0,0 +1,24 @@
|
||||||
|
### Please describe the problem.
|
||||||
|
|
||||||
|
Some logs fail to be displayed, and instead of displaying parts of the log, no logs at all are displayed in the webapp.
|
||||||
|
|
||||||
|
The problem character is, I believe, a latin-1 encoded filename (as opposed to UTF-8).
|
||||||
|
|
||||||
|
### What steps will reproduce the problem?
|
||||||
|
|
||||||
|
# downloads [this logfile](http://paste.anarc.at/daemon.log.1) and load the webapp.
|
||||||
|
|
||||||
|
### What version of git-annex are you using? On what operating system?
|
||||||
|
|
||||||
|
4.20131105-g8efdc1a
|
||||||
|
|
||||||
|
### Please provide any additional information below.
|
||||||
|
|
||||||
|
[[!format sh """
|
||||||
|
# If you can, paste a complete transcript of the problem occurring here.
|
||||||
|
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
|
||||||
|
Internal Server Error
|
||||||
|
/srv/video/.git/annex/daemon.log.1: hGetContents: invalid argument (invalid byte sequence)
|
||||||
|
git-annex version 4.20131105-g8efdc1a
|
||||||
|
# End of transcript or log.
|
||||||
|
"""]]
|
Loading…
Reference in a new issue