I am trying to read a REST API from my Windows 10 laptop in VS Code in a python 3.11 script. I finally got the API access to work after getting the latest .pem file but now when I print my response i get
alert('You are using Microsoft Internet Explorer as your web browser. '+'For security and performance reasons LogicManager is not supported on Internet Explorer. '+'Please use a modern web browser, such as Google Chrome or Microsoft Edge, to access LogicManager.');
my default browser is chrome and when I dowebbrowser.open('www.google.com')
it opens google up in a new chrome browser. I have gone to File>Preferences>Settings>Extensions>Live Preview and changed the browser from default to chrome, restart VS Code and run the code and i get the same error above.
Any help will be greatly appreciated!