-
Notifications
You must be signed in to change notification settings - Fork 16
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
Deal with "Object doesn't support property or method 'error'" #8
Comments
Btw that error also has this error number: -2146827850 Plus user agent is
Hope this helps narrowing down ... |
It’s good that you’re enjoying the free software. I would suggest you investigate exact steps to reproduce. And if you want to be really awsome you can du a pull request with a test and a fix for the problem.
Cheers,
Allan
… Den 17. apr. 2018 kl. 02.19 skrev Michael Heuberger ***@***.***>:
Btw that error also has this error number: -2146827850
Plus user agent is
{
"userAgent": "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; Trident/5.0)"
}
Hope this helps narrowing down ...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
sure allan, nice wordings ;) just sharing knowledge here. will keep this tread up to date when i know more. |
@binarykitchen Can you provide a stack trace? That is, the full error object, not just the message-part. |
well i dont remember that. it's been two years ago ... next time i ll try to provide more info. |
Yeah, I understand. Sorry for even asking :D lol |
Sometimes your function still throws me this error
Object doesn't support property or method 'error'
No idea what arguments have been used (form my production site with lots of visits) but since you claim safe-json-stringify is safe, would be good to cover this case as well :)
The text was updated successfully, but these errors were encountered: