error reporting still broken at 0.24
See original GitHub issueAfter updating to 0.24 to fix https://github.com/GoogleCloudPlatform/google-cloud-python/issues/3167 I’m still unable to report exceptions.
Ubuntu xenial w/ Python 3.5.2
client.report_exception(http_context=error_reporting.build_flask_context(flask.request))
On google-cloud-error-reporting <0.23 the above line works fine. At 0.24 I get:
Apr 1 15:52:51 File "/usr/local/lib/python3.5/dist-packages/google/cloud/error_reporting/client.py", line 347, in report_exception
Apr 1 15:52:51 user=user)
Apr 1 15:52:51 File "/usr/local/lib/python3.5/dist-packages/google/cloud/error_reporting/client.py", line 276, in _send_error_report
Apr 1 15:52:51 self.report_errors_api.report_error_event(error_report)
Apr 1 15:52:51 File "/usr/local/lib/python3.5/dist-packages/google/cloud/error_reporting/_gax.py", line 75, in report_error_event
Apr 1 15:52:51 ParseDict(error_report, error_report_payload)
Apr 1 15:52:51 File "/usr/local/lib/python3.5/dist-packages/google/protobuf/json_format.py", line 384, in ParseDict
Apr 1 15:52:51 parser.ConvertMessage(js_dict, message)
Apr 1 15:52:51 File "/usr/local/lib/python3.5/dist-packages/google/protobuf/json_format.py", line 415, in ConvertMessage
Apr 1 15:52:51 self._ConvertFieldValuePair(value, message)
Apr 1 15:52:51 File "/usr/local/lib/python3.5/dist-packages/google/protobuf/json_format.py", line 501, in _ConvertFieldValuePair
Apr 1 15:52:51 raise ParseError('Failed to parse {0} field: {1}'.format(name, e))"
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
Version 0.24.1 fails to install on Alpine Linux #25207 - GitHub
Running pip3 install pandas==0.24.1 fails on Alpine Linux. ... The error also occurs if Alpine 3.9 is used or if pip3 is not...
Read more >Extended Error Reporting - Workshop - Steam Community
This mod replaces generic error messages in the game and helps you find broken assets. Still in beta! Features: - Error messages are...
Read more >problem connecting to windows error reporting service
"Problem while connecting to the Windows Error Reporting Service" Windows 7 errors are caused by missing system files or broken system registry ......
Read more >The Thirteen Greatest Error Messages of All Time
In theory, error messages should be painful at worst and boring at best. They tend to be cryptic; they rarely offer an apology...
Read more >Error Codes - BeamNG Documentation
Your game installation is broken. Verify the integrity of the game using Steam or reinstall the game. Unable to Start. 1x44444448 ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@waprin I am re-opening this since you said “probably” in #3299. Feel free to close if you think you nailed it (but again, prefer a system test).
I’ll have fix and system test PR by EOD.