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

Is this an error in the ged? #4

Closed
valdr opened this issue Sep 16, 2018 · 2 comments
Closed

Is this an error in the ged? #4

valdr opened this issue Sep 16, 2018 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@valdr
Copy link

valdr commented Sep 16, 2018

Hello,

I'm trying to use this module,

from gedcom import Gedcom
file_path = '/home/bokkie/Dropbox/Documents/Genealogie/1776\ Ballast.ged'
f = Gedcom(file_path)

but I get the following trace:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/bokkie/.local/lib/python3.5/site-packages/gedcom/__init__.py", line 148, in __init__
    self.__parse(file_path)
  File "/home/bokkie/.local/lib/python3.5/site-packages/gedcom/__init__.py", line 224, in __parse
    last_element = self.__parse_line(line_number, line.decode('utf-8'), last_element)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 9: invalid continuation byte

Is there an issue with my gedcom file?

@joeyaurel joeyaurel added the bug Something isn't working label Sep 17, 2018
@joeyaurel joeyaurel self-assigned this Sep 17, 2018
@joeyaurel joeyaurel added this to the v1.0.0 milestone Sep 17, 2018
@joeyaurel
Copy link
Owner

Hey @valdr! Thank you for your issue. You may want to test this again with the newest version of the package since it should be resolved now (v0.2.2dev). See #5 and #3.

@joeyaurel
Copy link
Owner

Hey @valdr! Have you tried it again? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants