Hi all, It's more than a month that I have a lot of issues with running measurements through CLI here from IRAN, the measurements starts correctly but the results will not be displayed. Do you have any idea to fix this or anyone else have the same problem? Many thanks Milad Afshari
On Wed, May 09, 2018 at 12:35:04PM +0430, Milad Afshari <afshar.milad89@gmail.com> wrote a message of 26 lines which said:
It's more than a month that I have a lot of issues with running measurements through CLI here from IRAN, the measurements starts correctly but the results will not be displayed.
It may be of course some interference from an evil HTTPS interceptor. Could you: 1) Give the measurement ID of a few (public) measurements, so people can check the results? 2) Copy/paste the command-line used (we don't even know whch tool did you use to start the measurements)?
Hi, The output of CLI is attached, As you see, the measurement has been run correctly and we can see the result through the web interface: https://atlas.ripe.net/measurements/13595420/ Regards Milad On Tue, May 29, 2018 at 4:06 PM, Stephane Bortzmeyer <bortzmeyer@nic.fr> wrote:
On Wed, May 09, 2018 at 12:35:04PM +0430, Milad Afshari <afshar.milad89@gmail.com> wrote a message of 26 lines which said:
It's more than a month that I have a lot of issues with running measurements through CLI here from IRAN, the measurements starts correctly but the results will not be displayed.
It may be of course some interference from an evil HTTPS interceptor. Could you:
1) Give the measurement ID of a few (public) measurements, so people can check the results?
2) Copy/paste the command-line used (we don't even know whch tool did you use to start the measurements)?
On Wed, May 30, 2018 at 11:13:11AM +0430, Milad Afshari <afshar.milad89@gmail.com> wrote a message of 97 lines which said:
Exception in thread Thread-1 (most likely raised during interpreter shutdown): Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner File "/usr/lib/python2.7/dist-packages/socketIO_client/heartbeats.py", line 27, in run File "/usr/lib/python2.7/dist-packages/socketIO_client/__init__.py", line 192, in _ping File "/usr/lib/python2.7/dist-packages/socketIO_client/transports.py", line 159, in send_packet <type 'exceptions.TypeError'>: 'NoneType' object is not callable Unhandled exception in thread started by sys.excepthook is missing lost sys.stderr
It seems a bug in the tool, to me, may be triggered by some MiTM TLS interceptor. In the case it is specific to the streaming interface, you may try a tool which does not use this interface (weaknesses can be strengths :-) <https://labs.ripe.net/Members/stephane_bortzmeyer/creating-ripe-atlas-one-off-measurements-with-blaeu>: % blaeu-reach --probes 33717 9.9.9.9 1 probes reported Test #13596250 done at 2018-05-30T06:46:37Z Tests: 3 successful tests (100.0 %), 0 errors (0.0 %), 0 timeouts (0.0 %), average RTT: 130 ms Or with your measurement (which indeed worked): % blaeu-reach --measurement-ID 13595420 --probes 33717 9.9.9.9 Warning: --probes ignored since we use probes from a previous measurement Test #13595420 done at 2018-05-30T06:29:04Z Tests: 3 successful tests (100.0 %), 0 errors (0.0 %), 0 timeouts (0.0 %), average RTT: 130 ms If you have time to test, tell me if it works better.
Hi Stephane, Thanks for your suggestion, I have installed the " blaeu" and It is working better now. On Wed, May 30, 2018 at 11:22 AM, Stephane Bortzmeyer <bortzmeyer@nic.fr> wrote:
On Wed, May 30, 2018 at 11:13:11AM +0430, Milad Afshari <afshar.milad89@gmail.com> wrote a message of 97 lines which said:
Exception in thread Thread-1 (most likely raised during interpreter shutdown): Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner File "/usr/lib/python2.7/dist-packages/socketIO_client/heartbeats.py", line 27, in run File "/usr/lib/python2.7/dist-packages/socketIO_client/__init__.py", line 192, in _ping File "/usr/lib/python2.7/dist-packages/socketIO_client/transports.py", line 159, in send_packet <type 'exceptions.TypeError'>: 'NoneType' object is not callable Unhandled exception in thread started by sys.excepthook is missing lost sys.stderr
It seems a bug in the tool, to me, may be triggered by some MiTM TLS interceptor. In the case it is specific to the streaming interface, you may try a tool which does not use this interface (weaknesses can be strengths :-) <https://labs.ripe.net/Members/stephane_bortzmeyer/ creating-ripe-atlas-one-off-measurements-with-blaeu>:
% blaeu-reach --probes 33717 9.9.9.9 1 probes reported Test #13596250 done at 2018-05-30T06:46:37Z Tests: 3 successful tests (100.0 %), 0 errors (0.0 %), 0 timeouts (0.0 %), average RTT: 130 ms
Or with your measurement (which indeed worked):
% blaeu-reach --measurement-ID 13595420 --probes 33717 9.9.9.9 Warning: --probes ignored since we use probes from a previous measurement Test #13595420 done at 2018-05-30T06:29:04Z Tests: 3 successful tests (100.0 %), 0 errors (0.0 %), 0 timeouts (0.0 %), average RTT: 130 ms
If you have time to test, tell me if it works better.
On Sun, Jun 03, 2018 at 04:53:36PM +0430, Milad Afshari <afshar.milad89@gmail.com> wrote a message of 115 lines which said:
Thanks for your suggestion, I have installed the " blaeu" and It is working better now.
Since many people use the streaming interface without problems, I suspect a local MiTM TLS interceptor doing something nasty.
participants (2)
-
Milad Afshari
-
Stephane Bortzmeyer