i have followed the steps from this topic HTTP In to OpenRPA - #4 by Allan_Zimmermann as suggested by you.
but i am getting the below error
What does that mean and do i need to pass any url or credentials?
Thanks
Abhishek
from the documentation i have changed the launch.json
{
“version”: “0.2.0”,
“configurations”: [
{
“name”: “Python: Run main.py”,
“type”: “python”,
“request”: “launch”,
“program”: “main.py”,
“console”: “integratedTerminal”,
“env”: {
“apiurl”: “grpc://username:password@localhost:80”,
}
}
]
}
but it is not working, when passed the app.openiap.io, i am getting the response


