Our log is showing a strange error that does not seem to effect the way galaxy is behaving. Any thoughts? Thanks, Ilya f26d68045195cb8432494b6fbf HTTP/1.1" 200 - "-" "Python-urllib/2.6" galaxy.web.framework ERROR 2011-11-10 10:51:03,416 Uncaught exception in exposed API method: Traceback (most recent call last): File "/home/galaxy/production/Sept06/galaxy-central/lib/galaxy/web/framework/__init__.py", line 145, in decorator return simplejson.dumps( func( self, trans, *args, **kwargs ), indent=4, sort_keys=True ) File "/home/galaxy/production/Sept06/galaxy-central/eggs/simplejson-2.1.1-py2.6-linux-x86_64-ucs4.egg/simplejson/__init__.py", line 268, in dumps use_decimal=use_decimal, **kw).encode(obj) File "/home/galaxy/production/Sept06/galaxy-central/eggs/simplejson-2.1.1-py2.6-linux-x86_64-ucs4.egg/simplejson/encoder.py", line 216, in encode chunks = list(chunks) File "/home/galaxy/production/Sept06/galaxy-central/eggs/simplejson-2.1.1-py2.6-linux-x86_64-ucs4.egg/simplejson/encoder.py", line 485, in _iterencode for chunk in _iterencode_dict(o, _current_indent_level): File "/home/galaxy/production/Sept06/galaxy-central/eggs/simplejson-2.1.1-py2.6-linux-x86_64-ucs4.egg/simplejson/encoder.py", line 439, in _iterencode_dict yield _encoder(value) UnicodeDecodeError: 'utf8' codec can't decode byte 0x93 in position 39: unexpected code byte Ilya Chorny Ph.D. Bioinformatics Scientist I Illumina, Inc. 9885 Towne Centre Drive San Diego, CA 92121 Work: 858.202.4582 Email: ichorny@illumina.com<mailto:ichorny@illumina.com> Website: www.illumina.com<http://www.illumina.com>
On Nov 10, 2011, at 1:55 PM, Chorny, Ilya wrote:
Our log is showing a strange error that does not seem to effect the way galaxy is behaving. Any thoughts?
Thanks,
Ilya
f26d68045195cb8432494b6fbf HTTP/1.1" 200 - "-" "Python-urllib/2.6" galaxy.web.framework ERROR 2011-11-10 10:51:03,416 Uncaught exception in exposed API method: Traceback (most recent call last): File "/home/galaxy/production/Sept06/galaxy-central/lib/galaxy/web/framework/__init__.py", line 145, in decorator return simplejson.dumps( func( self, trans, *args, **kwargs ), indent=4, sort_keys=True ) File "/home/galaxy/production/Sept06/galaxy-central/eggs/simplejson-2.1.1-py2.6-linux-x86_64-ucs4.egg/simplejson/__init__.py", line 268, in dumps use_decimal=use_decimal, **kw).encode(obj) File "/home/galaxy/production/Sept06/galaxy-central/eggs/simplejson-2.1.1-py2.6-linux-x86_64-ucs4.egg/simplejson/encoder.py", line 216, in encode chunks = list(chunks) File "/home/galaxy/production/Sept06/galaxy-central/eggs/simplejson-2.1.1-py2.6-linux-x86_64-ucs4.egg/simplejson/encoder.py", line 485, in _iterencode for chunk in _iterencode_dict(o, _current_indent_level): File "/home/galaxy/production/Sept06/galaxy-central/eggs/simplejson-2.1.1-py2.6-linux-x86_64-ucs4.egg/simplejson/encoder.py", line 439, in _iterencode_dict yield _encoder(value) UnicodeDecodeError: 'utf8' codec can't decode byte 0x93 in position 39: unexpected code byte
There's some unicode in a string in JSON being returned by an API method. What's the method? I'm guessing it's a POST/PUT/DELETE, which is why you're not noticing any problems (the return is just supposed to be a message, but the action has been performed). --nate
Ilya Chorny Ph.D. Bioinformatics Scientist I Illumina, Inc. 9885 Towne Centre Drive San Diego, CA 92121 Work: 858.202.4582 Email: ichorny@illumina.com Website: www.illumina.com
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at:
participants (2)
-
Chorny, Ilya
-
Nate Coraor