-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Weird error under load #521
Comments
Can you provide more context? And some code that causes this? :) |
The code does not really help I'm afraid. The service throwing this (sporadically) is a microservice that mirrors all public methods of an ABI with no inputs to the database. It connects to two load balanced Parity nodes. The code has been working fine for months, and currently, as well, it is just that "sometimes" (annoying, I know) and as far as I can tell not for the same contract each time, it throws this error. I do know that the nodes are under some load, and doing truffle migrations every now and again I also get Since everything is undefined, I'm guessing that for the same reason it gets back either a gateway error on request, with maybe even some HTML returned from an error page.
|
In v4 you can do |
Ok, adding that in, let's see where it gets us! using v4, any reason to upgrade to v5 yet? |
V5 is very unstable I’m fixing an issue where contract evens cause errors right now. Unless you consider instability a feature, I would stick with v4 unless you need a v5 feature. :) |
hehe ok, will keep on v4 :) |
Did you ever find out more about the cause of this? |
Yes, but for the life of me I cannot remember. Searched the git log but no dice. |
Error: invalid data for function output and the reason is undefined.
I think it might be a timeout or something, but I'm unsure how to even track this down.
The text was updated successfully, but these errors were encountered: