Matlab使用URL下载时出现Failed to connect to 127.0.0.1 port 1080: Connection refused

以前使用MATLAB下载数据时可以正常下载,最近下载时却出现了Failed to connect to 127.0.0.1 port 1080: Connection refused,但是在别人的电脑上使用[~,status]=urlwrite(fullURL,filename)可以下载,在自己电脑上就都不管用。
下面是url跟下载命令。

]
options = weboptions('Timeout',120);
status=websave(filename,fullURL,options);%下载命令

img

确定是使用的1080端口吗?有没有被别的项目占用。