If you are trying to use BotCity's tools in a corporate environment, you may encounter some issues related to environment locks.
Here are some of the most common issues when using the BotCity Studio SDK in blocking environments:
If you have observed any of the issues above, we recommend contacting your company's IT team and requesting the following access permissions:
The Maestro orchestrator works in the cloud, and the Runner communicates with the Maestro via HTTPS (443), but it does not occupy this port; it just needs it to be open for communication.
Requirements for using BotCity tools in blocking environments:
https://*.botcity.dev/
(port 443 HTTPS)https://sdk.botcity.dev/
(port 443 HTTPS)If Python is used to develop automation, it will be necessary:
https://pypi.org/*
(Python Package Index - PyPI)pip
, virtualenv
and setuptools
packagesIf Java is used to develop automation, it will be necessary:
https://repo1.maven.org/maven2/
(Maven Central)https://devtools.botcity.dev:8081/
(Nexus BotCity)