Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suddenly error with decoding unicode not supported #7

Open
Behinder opened this issue Nov 27, 2019 · 1 comment
Open

Suddenly error with decoding unicode not supported #7

Behinder opened this issue Nov 27, 2019 · 1 comment

Comments

@Behinder
Copy link

Code worked fine for 2 years now it is not:

Traceback (most recent call last):
  File "EPFImporter.py", line 454, in <module>
    main()
  File "EPFImporter.py", line 437, in main
    fieldDelim=fieldSep)
  File "EPFImporter.py", line 222, in doImport
    ing.ingest(skipKeyViolators=skipKeyViolators)
  File "/Users/sebastian/Documents/test2/EPFIngester.py", line 111, in ingest
    self.ingestIncremental(skipKeyViolators=skipKeyViolators)
  File "/Users/sebastian/Documents/test2/EPFIngester.py", line 206, in ingestIncremental
    skipKeyViolators=skipKeyViolators)
  File "/Users/sebastian/Documents/test2/EPFIngester.py", line 375, in _populateTable
    colVals = unicode(", ".join(stringList), 'utf-8')
TypeError: decoding Unicode is not supported
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Behinder and others