You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2019. It is now read-only.
Traceback (most recent call last):
File "manage.py", line 11, in <module>
execute_from_command_line(sys.argv)
File "/data/backend/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 338, in execute_from_command_line
utility.execute()
File "/data/backend/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 330, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/data/backend/env/local/lib/python2.7/site-packages/django/core/management/base.py", line 390, in run_from_argv
self.execute(*args, **cmd_options)
File "/data/backend/env/local/lib/python2.7/site-packages/django/core/management/base.py", line 441, in execute
output = self.handle(*args, **options)
File "/data/backend/1455079647/netfile_raw/management/commands/downloadnetfilerawdata.py", line 169, in handle
self.combine()
File "/data/backend/1455079647/netfile_raw/management/commands/downloadnetfilerawdata.py", line 218, in combine
combined_csv.write(','.join([agency, line]))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 447: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Could just be a hiccup, but it would be nice if the job continued.
The text was updated successfully, but these errors were encountered: