-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
AttributeError: NoneType ... (example code not working) #32
Comments
Thank you for your report. Probably the error caused by your locale setting. |
how do i set the locale? ivr tried all things i can think of, i even made a SuperUser thread asking, but nothing seems to work @thombashi |
|
Thank you for confirmation. I might possible to add German support in the future if you kindly provide me the following 1. Success caseText version of your screenshot would be enough. 2. Failed caseLike the below, a ping result for an unknown destination:
|
success
failure
the failure was mostly timeout but in between there was a response with the message that the host couldn't be reached |
Thank you for your information. |
any new information about german implemantation? |
This hasn't progressed much |
Running into the same problem (also on a German Windows machine), I spent some time in the debugger to find the root of the problem, thinking it might be an easy fix. Here are some observations:
That's where I stopped and decided that for my purposes, a language agnostic ping library like ping3 or icmplib better fit the bill. |
hey there, im using a slightly modified version of the example library code
my code:
and im getting a really weird result and then a NoneType error when trying to use the json.dumps....
mind you, i get the same error when running the exact example from https://pingparsing.readthedocs.io/en/latest/pages/usage/library.html#execute-ping-and-parse-the-result
The text was updated successfully, but these errors were encountered: