[Bug 545783] Re: ValueError - crash on startup

2010-08-20 Thread Andrew Starr-Bochicchio
I'm closing this as Fix Released as revision trunk/2941 has made it into a release. ** Changed in: exaile Status: Fix Committed = Fix Released ** Changed in: exaile (Ubuntu) Status: Incomplete = Fix Released -- ValueError - crash on startup https://bugs.launchpad.net/bugs/545783

Re: [Bug 545783] Re: ValueError - crash on startup

2010-03-29 Thread Johannes Sasongko
I think Aren fixed this a while ago, but the question is, how can loc have a \t inside? -- ValueError - crash on startup https://bugs.launchpad.net/bugs/545783 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 545783] Re: ValueError - crash on startup

2010-03-29 Thread mehturt
I don't know, I can only tell you what I saw on my laptop.. The problem was when a file in playlist had \t in its name. -- ValueError - crash on startup https://bugs.launchpad.net/bugs/545783 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 545783] Re: ValueError - crash on startup

2010-03-29 Thread Aren Olson
yeah, should have been fixed as of trunk/2941. and Johannes, most 'nix file systems will accept any character that is not / or NUL, including tab. Now as to why you would put a tab in there, i have no idea. ** Changed in: exaile Status: New = Fix Committed -- ValueError - crash on

[Bug 545783] Re: ValueError - crash on startup

2010-03-28 Thread mehturt
I think the file with \t char must be in a playlist.. then you need to restart exaile.. The code in question is in /usr/lib/exaile/xl/playlist.py: if loc.find('\t') -1: (loc, meta) = loc.split('\t') If there is more than 1 \t char, the split() throws an exception.

[Bug 545783] Re: ValueError - crash on startup

2010-03-27 Thread malev
Hi there. I tried to reproduce you're bug on 0.3.1 and I didn't have any problem. I'm pasting the output here, please check it; ma...@malev-laptop:~/Música$ exaile hola\\tcom.mp3 INFO: Loading Exaile 0.3.1.0... INFO: Loading settings... INFO: Setting up deferred idle manager

[Bug 545783] Re: ValueError - crash on startup

2010-03-26 Thread Andrew Starr-Bochicchio
** Also affects: exaile Importance: Undecided Status: New -- ValueError - crash on startup https://bugs.launchpad.net/bugs/545783 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list