Hi,
When I ran test.py as "python test.py local --schemes cubic " , I got the error like bellow
----------------------------------------------------------------------------------------------------------------------------------------------
[tunnel client manager (tcm)] $ mm-link /home/maeta/pantheon/src/experiments/12mbps.trace /home/maeta/pantheon/src/experiments/12mbps.trace --uplink-log=/home/maeta/pantheon/src/experiments/data/cubic_mm_datalink_run1.log --downlink-log=/home/maeta/pantheon/src/experiments/data/cubic_mm_acklink_run1.log python /home/maeta/pantheon/src/experiments/tunnel_manager.py
prompt [tsm]
Died on std::runtime_error: /home/maeta/pantheon/src/experiments/data/cubic_mm_acklink_run1.log: error opening for writing
Died on std::runtime_error: /home/maeta/pantheon/src/experiments/data/cubic_mm_datalink_run1.log: error opening for writing
Died on std::runtime_error: `downlink': process exited with failure status 1
---------------------------------------------------------------------------------------------------------------------------------------------
What is the cause of this error?