Ran my code this morning and got URLError
-
I've been running this code since 4 months and make sure I'm keeping updated but this morning when I download all the dependencies and run it, it failed due to url error while placing the order.
- I download the requirement module from github everyday so saying my module is outdated isnt correct
- Tried running with different device and wifi but still failing
Anyone know how to fix this?
URLError: <urlopen error [Errno 111] Connection refused>
-
@Moderator_2 @Vignesha the error wasnt with the api, for the instrument list file
"http://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json"
This link was working fine till Saturday, but now it only works on https
Change the instrument link to "https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json" -
-
-
@Vignesha Same issue here @Moderator_1 @Moderator_2
URLError: <urlopen error [WinError 10061] No connection could be made because the target machine actively refused it>