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

Broken link to a GEDCOM format specification #2

Closed
62mkv opened this issue Jul 20, 2018 · 3 comments
Closed

Broken link to a GEDCOM format specification #2

62mkv opened this issue Jul 20, 2018 · 3 comments

Comments

@62mkv
Copy link

62mkv commented Jul 20, 2018

with version 0.2.0 opening a GEDCOM file, that was only today downloaded from myheritage.com, produces error:

    gedcom = Gedcom(file_path)
  File "C:\Python3\lib\site-packages\gedcom\__init__.py", line 148, in __init__
    self.__parse(file_path)
  File "C:\Python3\lib\site-packages\gedcom\__init__.py", line 224, in __parse
    last_element = self.__parse_line(line_number, line.decode('utf-8'), last_element)
  File "C:\Python3\lib\site-packages\gedcom\__init__.py", line 263, in __parse_line
    raise SyntaxError(error_message)
SyntaxError: Line `1` of document violates GEDCOM format
See: http://homepages.rootsweb.ancestry.com/~pmcbride/gedcom/55gctoc.htm

This link displays 403 Forbidden when I try to click it

The first line of the file is:

0 HEAD
@62mkv
Copy link
Author

62mkv commented Jul 20, 2018

this is the only working link I was able to find so far: http://www.phpgedview.net/ged551-5.pdf

@KeithPetro
Copy link

As of now, this project is implemented for GEDCOM specification version 5.5 (not the 5.5.1 "draft", which many may view as the de facto current specification).

A copy of the 5.5 specification is available here: https://chronoplexsoftware.com/gedcomvalidator/gedcom/gedcom-5.5.pdf

@joeyaurel
Copy link
Owner

Sorry for the late reply. I just updated and released a new version to output a valid link.

I will have a look on updating the parser to the 5.5.1 specification in the near future.

Thank you guys and have a nice day!

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

3 participants