HTTP OprnRPA trigger from openflow

Hi @Allan_Zimmermann

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

you cannot use localhost and port 80, you need to use the domain mapped to the grpc-service in docker
Also, please use the assistant to set it up, it BAD to use hard coded username and password. Use this guide to understand how agents and the plugin work

i am running openflow without docker, from the source code

then port is 50051 as you can also see in the console output doing start up
image

i have the following in startup


grpc is not listed

then you need to update your code

Thank you allan, ill check with the updated code

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.