Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. [7218:7217 0:40] 06:01:19 Thu Feb 11 [ideascube@kb-rca-alliancefrancaise-546:/dev/pts/3 +1] /media/hdd/11_CONTENUS_RCA/Contenus
  2. (1:40)$ ideascube import_medias --dry-run contenus.csv
  3. IDEASCUBE_ID=kb_rca_alliancefrancaise
  4. Importing settings from ideascube.conf.dev
  5. Traceback (most recent call last):
  6. File "/usr/share/python/ideascube/bin/django-admin", line 11, in <module>
  7. sys.exit(execute_from_command_line())
  8. File "/usr/share/python/ideascube/lib/python3.4/site-packages/django/core/management/__init__.py", line 354, in execute_from_command_line
  9. utility.execute()
  10. File "/usr/share/python/ideascube/lib/python3.4/site-packages/django/core/management/__init__.py", line 346, in execute
  11. self.fetch_command(subcommand).run_from_argv(self.argv)
  12. File "/usr/share/python/ideascube/lib/python3.4/site-packages/django/core/management/base.py", line 394, in run_from_argv
  13. self.execute(*args, **cmd_options)
  14. File "/usr/share/python/ideascube/lib/python3.4/site-packages/django/core/management/base.py", line 445, in execute
  15. output = self.handle(*args, **options)
  16. File "/usr/share/python/ideascube/lib/python3.4/site-packages/ideascube/mediacenter/management/commands/import_medias.py", line 62, in handle
  17. rows = self.load(path)
  18. File "/usr/share/python/ideascube/lib/python3.4/site-packages/ideascube/mediacenter/management/commands/import_medias.py", line 47, in load
  19. content = f.read()
  20. File "/usr/share/python/ideascube/lib/python3.4/codecs.py", line 691, in read
  21. return self.reader.read(size)
  22. File "/usr/share/python/ideascube/lib/python3.4/codecs.py", line 494, in read
  23. newchars, decodedbytes = self.decode(data, self.errors)
  24. UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 62: invalid continuation byte
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement