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
Traceback (most recent call last):
File "examples/nlsr/pingall.py", line 56, in <module>
Experiment.startPctPings(ndn.net, args.nPings, args.pctTraffic)
File "/home/mmlab/mini-ndn/minindn/helpers/experiment.py", line 98, in startPctPings
NDNPingClient.ping(host, other, nPings)
File "/home/mmlab/mini-ndn/minindn/helpers/ndnpingclient.py", line 45, in ping
str.replace(prefix[1:], "/", "-")
line #98 of mini-ndn/minindn/helpers/experiment.py should be replaced from NDNPingClient.ping(host, other, nPings) to NDNPingClient.ping(host, other.name, nPings)
The text was updated successfully, but these errors were encountered:
nikosft
added a commit
to nikosft/mini-ndn
that referenced
this issue
Dec 23, 2020
This script fails with the following error
line #98 of
mini-ndn/minindn/helpers/experiment.py
should be replaced fromNDNPingClient.ping(host, other, nPings)
toNDNPingClient.ping(host, other.name, nPings)
The text was updated successfully, but these errors were encountered: