You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in python, i set server_hostname to a local IP and then client.run()
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/IPython/core/interactiveshell.py", line 3398, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "<ipython-input-44-be7fe9e82b4a>", line 1, in <cell line: 1>
client.run()
File "/usr/local/lib/python3.9/dist-packages/iperf3/iperf3.py", line 634, in run
return TestResult(data)
File "/usr/local/lib/python3.9/dist-packages/iperf3/iperf3.py", line 793, in __init__
self.time = self.json['start']['timestamp']['time']
KeyError: 'timestamp'
The text was updated successfully, but these errors were encountered:
On linux/raspi/bullseye with latest python
in python, i set server_hostname to a local IP and then client.run()
The text was updated successfully, but these errors were encountered: