We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm a pro supporter. When I launch, it always redirects to /api, so I dont see the front end at all Steps taken after I downloaded the pro version:
python3 -m venv venv source venv/bin/activate pip install --upgrade pip pip install wheel pip install -r requirements.txt python run.py install python run.py
log:
Starting frontend server at http://localhost:3000/ Bottle v0.13.2 server starting up (using WSGIRefServer())... Listening on http://127.0.0.1:8000/ Hit Ctrl-C to quit.
127.0.0.1 - - [06/Jan/2025 14:42:41] "GET /api/ui/config HTTP/1.1" 200 297725 127.0.0.1 - - [06/Jan/2025 14:42:44] "GET / HTTP/1.1" 303 0 127.0.0.1 - - [06/Jan/2025 14:42:44] "GET /api HTTP/1.1" 200 17 127.0.0.1 - - [06/Jan/2025 14:42:44] "GET /favicon.ico HTTP/1.1" 405 750
The text was updated successfully, but these errors were encountered:
Please use api client, see https://github.com/omkarcloud/botasaurus/tree/master/botasaurus_api
Sorry, something went wrong.
No branches or pull requests
I'm a pro supporter. When I launch, it always redirects to /api, so I dont see the front end at all
Steps taken after I downloaded the pro version:
log:
Starting frontend server at http://localhost:3000/
Bottle v0.13.2 server starting up (using WSGIRefServer())...
Listening on http://127.0.0.1:8000/
Hit Ctrl-C to quit.
127.0.0.1 - - [06/Jan/2025 14:42:41] "GET /api/ui/config HTTP/1.1" 200 297725
127.0.0.1 - - [06/Jan/2025 14:42:44] "GET / HTTP/1.1" 303 0
127.0.0.1 - - [06/Jan/2025 14:42:44] "GET /api HTTP/1.1" 200 17
127.0.0.1 - - [06/Jan/2025 14:42:44] "GET /favicon.ico HTTP/1.1" 405 750
The text was updated successfully, but these errors were encountered: