harvest-dev team mailing list archive
-
harvest-dev team
-
Mailing list archive
-
Message #00668
[Bug 922569] [NEW] 'ascii' codec can't encode character u'\xf3' in position 86: ordinal not in range(128)
Public bug reported:
Traceback (most recent call last):
File "./manage.py", line 13, in <module>
execute_manager(settings)
File "/usr/lib/pymodules/python2.6/django/core/management/__init__.py", line 362, in execute_manager
utility.execute()
File "/usr/lib/pymodules/python2.6/django/core/management/__init__.py", line 303, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/lib/pymodules/python2.6/django/core/management/base.py", line 195, in run_from_argv
self.execute(*args, **options.__dict__)
File "/usr/lib/pymodules/python2.6/django/core/management/base.py", line 222, in execute
output = self.handle(*args, **options)
File "/usr/lib/pymodules/python2.6/django/core/management/base.py", line 351, in handle
return self.handle_noargs(**options)
File "/srv/harvest.ubuntu.com/harvest/opportunities/management/commands/updateopportunities.py", line 66, in handle_noargs
self.update_lists()
File "/srv/harvest.ubuntu.com/harvest/opportunities/management/commands/updateopportunities.py", line 39, in update_lists
opportunity.long_description = str(entry["description"])
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 86: ordinal not in range(128)
** Affects: harvest
Importance: Critical
Status: Triaged
--
You received this bug notification because you are a member of harvest-
dev, which is the registrant for harvest.
https://bugs.launchpad.net/bugs/922569
Title:
'ascii' codec can't encode character u'\xf3' in position 86: ordinal
not in range(128)
Status in Harvest Service:
Triaged
Bug description:
Traceback (most recent call last):
File "./manage.py", line 13, in <module>
execute_manager(settings)
File "/usr/lib/pymodules/python2.6/django/core/management/__init__.py", line 362, in execute_manager
utility.execute()
File "/usr/lib/pymodules/python2.6/django/core/management/__init__.py", line 303, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/lib/pymodules/python2.6/django/core/management/base.py", line 195, in run_from_argv
self.execute(*args, **options.__dict__)
File "/usr/lib/pymodules/python2.6/django/core/management/base.py", line 222, in execute
output = self.handle(*args, **options)
File "/usr/lib/pymodules/python2.6/django/core/management/base.py", line 351, in handle
return self.handle_noargs(**options)
File "/srv/harvest.ubuntu.com/harvest/opportunities/management/commands/updateopportunities.py", line 66, in handle_noargs
self.update_lists()
File "/srv/harvest.ubuntu.com/harvest/opportunities/management/commands/updateopportunities.py", line 39, in update_lists
opportunity.long_description = str(entry["description"])
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 86: ordinal not in range(128)
To manage notifications about this bug go to:
https://bugs.launchpad.net/harvest/+bug/922569/+subscriptions
Follow ups
References