-
Notifications
You must be signed in to change notification settings - Fork 274
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
apps::monitoring::speedtest::plugin --mode=internet-bandwidth: UNKNOWN: Cannot decode response #5078
Comments
Hello :) According to my research, it seems that the error management is not internal to the plugin itself but managed by the JSON::XS library and it is when it returns an error when decoding a JSON that the plugin returns the output |
I send you here the complete json output:
speedtest cli returns timeout and this will probably create the problem. every port for speedtest is open, we are not able to understand why we have this timeout on speedtest cli |
Hello :) Thanks for the test data. We'll see what we can do about it. |
Latest plugins
If we launch the speedtest manualy we will have this output:
As you can see the speedtest by self is working but we have the exception
[error] Error: [0] Cannot read from socket:
wich probably will cause the problem. Could you ignore this exception in the plugin?The text was updated successfully, but these errors were encountered: