You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current release does not work with the current version of protobuf, as they introduced breaking changes in 4.21.
Trying to use hindsight with a current protobuf version results in
18:01:41 chrome:get_site_characteristics:2134 ERROR - Exception parsing SiteDataProto ({'key': b'421aa90e079fa326b6494f812ad13e79', 'value': b'\x08\xf5\xaf\xf9\x99\x06', 'seq': 9, 'state': 'Live', 'file_type': 'Log', 'origin_file': WindowsPath('T:/scraper_chromedata/Default/Site Characteristics Database/000003.log'), 'offset': 581, 'was_compressed': False}): Descriptors cannot not be created directly.
If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
If you cannot immediately regenerate your protos, some other possible workarounds are:
Downgrade the protobuf package to 3.20.x or lower.
The current release does not work with the current version of protobuf, as they introduced breaking changes in 4.21.
Trying to use hindsight with a current protobuf version results in
18:01:41 chrome:get_site_characteristics:2134 ERROR - Exception parsing SiteDataProto ({'key': b'421aa90e079fa326b6494f812ad13e79', 'value': b'\x08\xf5\xaf\xf9\x99\x06', 'seq': 9, 'state': 'Live', 'file_type': 'Log', 'origin_file': WindowsPath('T:/scraper_chromedata/Default/Site Characteristics Database/000003.log'), 'offset': 581, 'was_compressed': False}): Descriptors cannot not be created directly.
If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
If you cannot immediately regenerate your protos, some other possible workarounds are:
More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
(and many more of these)
This should be fixed by just rerunning protoc and releasing a new version of hindsight.
Thanks!
The text was updated successfully, but these errors were encountered: