Skip to content

"OverflowError: Python int too large to convert to C long" when loading session file #46

@nhanson2

Description

@nhanson2

When loading a session file to access a measurement by index, an error is raised:

The stack trace falls back to this line:

self.factory_calibration = base_datetime + datetime.timedelta(milliseconds=_metaData.factory_calibration)

self.factory_calibration = base_datetime + datetime.timedelta(

SDK Version: 3.3.0
Platform: Ubuntu 20.04

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions