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

interesting error spotted #27

Open
Dieterbe opened this issue Sep 21, 2015 · 4 comments
Open

interesting error spotted #27

Dieterbe opened this issue Sep 21, 2015 · 4 comments

Comments

@Dieterbe
Copy link

2015/09/21 11:07:57 next
2015/09/21 11:07:57 stop
2015/09/21 11:07:57 play
2015/09/21 11:07:57 unknown id: file
/home/dieter/music-sdcard
/home/dieter/music-sdcard/Oceans of Sadness/ Send in the Clowns/05 - Conflict �?? Error �?? Disillusion �?? Denial.mp3

goroutine 5 [running]:
github.com/mjibson/mog/server.printErr(0x7f3f7db3d028, 0xc825fc20e0)
    /home/dieter/go/src/github.com/mjibson/mog/server/server.go:38 +0x134
github.com/mjibson/mog/server.(*Server).commands.func3(0x7f3f7db3d028, 0xc825fc20e0)
    /home/dieter/go/src/github.com/mjibson/mog/server/control.go:39 +0x46
github.com/mjibson/mog/server.(*Server).commands.func11()
    /home/dieter/go/src/github.com/mjibson/mog/server/control.go:168 +0x489
github.com/mjibson/mog/server.(*Server).commands.func14()
    /home/dieter/go/src/github.com/mjibson/mog/server/control.go:235 +0x105
github.com/mjibson/mog/server.(*Server).commands.func8()
    /home/dieter/go/src/github.com/mjibson/mog/server/control.go:110 +0xfb
github.com/mjibson/mog/server.(*Server).commands(0xc8200d61e0)
    /home/dieter/go/src/github.com/mjibson/mog/server/control.go:408 +0x1329
created by github.com/mjibson/mog/server.New
    /home/dieter/go/src/github.com/mjibson/mog/server/server.go:188 +0x5d0

2015/09/21 11:07:57 server.controlCmd
@maddyblue
Copy link
Owner

This looks like a weird filename error. What OS? On linux I made a filename with the unicode snowman, spaces, and other things, and it worked correctly.

@Dieterbe
Copy link
Author

arch linux. it's possible that the chars are not actually unicode, maybe the filename got corrupted? (still mog shouldn't suffer this much)

@maddyblue
Copy link
Owner

Can you post the filename here?

@Dieterbe
Copy link
Author

well my shell has issues rendering the chars, but this should do it:

~/m/O/ Send in the Clowns ❯❯❯ ls -alh 05\ -\ Conflict\ $'\342'\?\?\ Error\ $'\342'\?\?\ Disillusion\ $'\342'\?\?\ Denial.mp3
-rwxr-xr-x 1 dieter dieter 1.8M Oct 27  2005 05 - Conflict ??? Error ??? Disillusion ??? Denial.mp3

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