-
Notifications
You must be signed in to change notification settings - Fork 8
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
invalid continuation byte #6
Comments
I have the same error, why did you close it / how did you solve this?
gets me this :
|
Yes - I managed to fix it after a few days of tearing out my hair. |
ProblemI found it was all because I was using Oh-My-Posh. OMP stores special characters as global values. RavenPosh will blindly upload all global values to Sentry. Sentry, which appears to be written in Python, can't handle these Unicode characters and thus throws an error. FixI fixed this by manually deciding what data to upload and what not to. |
Wow, I think we had the same symptoms and it was supposed to be a simple utf-8 encoding issue, have a look at the mentioned pull-request |
Amazing! I'll switch to your fork, but unfortunately it still doesn't work. Many programs I use with PowerShell are very fond of adding hundreds of global values, and when I try to capture the exception Sentry complains that the data being pushed is to large. |
Well, that's a whole new world of issues, but I think that this might be configurable in the sentry server configuration. |
Doesn't look like that's possible. |
I think we should wait for the merge request to be accepted |
When I used the sample code on your README, Invoke-RestMethod fails with the following error:
The text was updated successfully, but these errors were encountered: