Can't download Pycharm
已回答
Hi,
It's been weeks since the apt update for Pycharm failed. Neither it worked, the download from the web itself.
apt shows error 302: 'Moved temporarily' from download.jetbrains.com to download-cdn.jetbrains.com and, then, connection refused, for download-cdn.jetbrains.com.
I've tried to download it using a VM, and it failed, too.
Thanx in advance.
César
请先登录再写评论。
Can you reproduce the same behavior from a different network? Tried to use the mobile hotspot from your phone for example.
Just to share more details:
The redirect from download.jetbrains.com to download-cdn.jetbrains.com is normal — PyCharm download (apt, website, Toolbox) ends up on the CDN over HTTPS/443.
Connection refused means the TCP connection is being rejected somewhere between you and it. Can be ISP-level filtering, a router/firewall rule, a corporate proxy, SSL/TLS interception, or local antivirus. Your VM failing too is consistent with this — most VMs share the host's network, so they hit the same block.
Hi, thanx a lot for your response.
Download is working for mobile phone, over data network (not wifi), and not working via wifi. Desktop computer, via wired network, can't download it. I've disabled the firewall, just to test, but it didn't work out.
It's strange, because I use the same ISP for mobile data network and for desktop computer via a router. Maybe I'll check with the ISP, anyway.
Thanx a lot!
It sounds like the issue may be related to the CDN redirect or a regional/network restriction affecting access to JetBrains servers. You could try changing your DNS settings, using a different mirror, or downloading through a VPN to see if the connection to download-cdn.jetbrains.com becomes stable. I had a similar issue recently while searching for updates and even browsing gaming content like codes for haikyuu legends, so network routing problems might definitely be part of the cause.
Hi,
Sorry for the late response. I contacted ISP and they state that they don't have any blocks in place …
But yeah, it seems so. I've switched to the data network in my mobile phone, get the IP for download-cdn.jetbrains.com from there, put it in the resolv.conf in the desktop computer, apt update && apt upgrade , and now it's working. I don't know why is it blocking … btw, I'm in Spain, if that matters for a reason.
Thanx a lot for the response.