KubeEdge4Robotics / robosdk

An Open Source SDK for Robotics
Apache License 2.0
8 stars 0 forks source link

🐛 #5

Closed xuan-ma closed 1 year ago

xuan-ma commented 1 year ago

在代理环境下有问题:FileOps.download从OBS下载文件会一直卡在那里

image

JoeyHwong-gk commented 1 year ago

Thank you for your contribution, we've fixed by #6 .

Note:

Use the system proxy:

 export FILE_TRANS_PROXY="True"; export http_proxy="http://your_user:your_password@your_proxy_url:your_proxy_port"

Use the specified proxy:

 export FILE_TRANS_PROXY="http://your_user:your_password@your_proxy_url:your_proxy_port"
xuan-ma commented 1 year ago

已解决,谢谢!!!

JoeyHwong-gk commented 1 year ago

Thanks for the feedback