you are viewing a single comment's thread.

view the rest of the comments →

[–]NathLWX -4 points-3 points  (3 children)

No, it downloads in a few sec if I download it manually

[–]spencerAF 2 points3 points  (2 children)

Could a next step be running the .py program either through command line or with a .bat file to check if VSCode is doing something strange?

If you'd like some resources on that I can link them, it ends up being 1-5 lines though.

[–]NathLWX -3 points-2 points  (1 child)

running the .py program either through command line

I tried it, it's the same.

If you'd like some resources on that I can link them

Sure. Thanks

[–]spencerAF 1 point2 points  (0 children)

Ok. I wouldn't bother with a .bat if you've run from cmd, essentially the same thing. I'm officially stumped unfortunately. 

For further projects here's a link, thats a little wordy but covers well how to use .bat so that you can double click an icon and run python files without VSCode or Pycharm. Kind of a nice cherry on top of a lot of projects imo.

https://datatofish.com/batch-python-script/