Skip to content
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

Wrong totals in case of error #244

Closed
MartinKolarik opened this issue Jul 31, 2024 · 1 comment · Fixed by #246
Closed

Wrong totals in case of error #244

MartinKolarik opened this issue Jul 31, 2024 · 1 comment · Fixed by #246
Assignees
Labels

Comments

@MartinKolarik
Copy link
Member

{
  "probe": {
    "continent": "EU",
    "region": "Western Europe",
    "country": "DE",
    "state": null,
    "city": "Nuremberg",
    "asn": 200249,
    "longitude": 11.06833,
    "latitude": 49.44778,
    "network": "Products Up GmbH",
    "tags": [
      "eyeball-network"
    ],
    "resolvers": [
      "private",
      "private",
      "private"
    ]
  },
  "result":{
    "status":"finished",
    "rawOutput":"PING  (104.18.186.31) 56(84) bytes of data.\nFrom eth2-1109-fsn-lf-e03.productsup.int (10.254.254.17) icmp_seq=1 Destination Port Unreachable\n\n---  ping statistics ---\n1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms\n",
    "resolvedAddress":"104.18.186.31",
    "resolvedHostname":null,
    "timings":[
      
    ],
    "stats":{
      "min":null,
      "max":null,
      "avg":null,
      "total":-1,
      "loss":-1,
      "rcv":-1,
      "drop":0
    }
  }
}
Copy link

github-actions bot commented Aug 8, 2024

🎉 This issue has been resolved in version 0.32.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant