GSE2 - Mismatching checksums

Dear Robert!

Thank you for your kind help. Sorry that I did not check in the help before writing to the list!
You are right. The files are about 10 years old and probably contain checksum errors.
I could solve all cases with checksum error now.

In the meantime another error came up on reading some of those gse2 files. The error is raised on executing the stream read function:

Traceback (most recent call last):
.......

File "C:\Anaconda3\envs\obspy\lib\site-packages\obspy\io\gse2\libgse2.py", line 173, in read_header
    header['starttime'] = UTCDateTime(**date)

  File "C:\Anaconda3\envs\obspy\lib\site-packages\obspy\core\utcdatetime.py", line 330, in __init__
    dt = datetime.datetime(*args, **kwargs)

ValueError: second must be in 0..59

Does anyone have an idea how to solve this or where it could come from?

Thank you all
Franz

Message: 2

Dear Franz,

currently no idea - please open a bug report at
https://github.com/obspy/obspy/issues - attach a sample file and a small
script showing the issue. Leave also a note about the used ObsPy &
Python version. Otherwise we can't reproduce this problem.

Thanks + Cheers,
Robert