Re: [galaxy-dev] Job listing exception

2013-08-15 Thread Carl Eberhard
That's a great point. I've made a bug card for it here: https://trello.com/c/LsZoPtwv/1053-jobs-better-unicode-handling-in-stderr Thanks for reporting this. Carl On Sat, Jul 6, 2013 at 11:33 PM, Kyle Ellrott wrote: > This also took out my job handlers (exception below). So the introduction > o

Re: [galaxy-dev] Job listing exception

2013-07-06 Thread Kyle Ellrott
This also took out my job handlers (exception below). So the introduction of non-ascii characters into the table (via the job stdout/stderr capture) can make a galaxy instance pretty useless. I was able to find the offending records using "SELECT count(*) FROM job WHERE stderr similar to '%\x8b%';

[galaxy-dev] Job listing exception

2013-07-05 Thread Kyle Ellrott
I'm getting an exception when trying to look at the admin job management screen. It looks like SQLAlchemy doesn't like non-ascii characters. Any ideas about what to do? Error - : 'ascii' codec can't decode byte 0x8b in position 404: ordinal not in range(128) URL: http://pk.kilokluster.ucsc.edu:80