Skip to content
New issue

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

error on installation #1

Open
MisterM23 opened this issue Jun 18, 2024 · 4 comments
Open

error on installation #1

MisterM23 opened this issue Jun 18, 2024 · 4 comments

Comments

@MisterM23
Copy link

Hi,
when i try to install octo-ui-2 I get this error in the logs:

octobot_tentacles_manager.api.util.tentacles_management
Exception during InstallWorker processing: (error: NotImplementedError)

My Octobot installation runs on a vps in docker-compose with nginx proxy manager

Any ideas?

@techfreaque
Copy link
Owner

Hi there,

thanks a lot for reporting the issue. I just pushed a new version which should work with the latest octobot version.
I'm mainly focusing on octane my own octobot distribution, so there are still things that dont work on octobot, as i needed to change to core of octbot quite a bit.

@MisterM23
Copy link
Author

Hi techfreaque,

Thanks for the quick reply. Unfortunately i get the same error. See detailed log below.

2024-06-22 11:20:34 ERROR octobot_tentacles_manager.api.util.tentacles_management logging_util.py:239
Traceback (most recent call last):
File "/opt/venv/lib/python3.10/site-packages/octobot_tentacles_manager/api/util/tentacles_management.py", line 28, in manage_tentacles
session = authenticator.get_aiohttp_session() if authenticator and authenticator.is_logged_in()
File "/opt/venv/lib/python3.10/site-packages/octobot_commons/authentication.py", line 84, in get_aiohttp_session
raise NotImplementedError

My Octobot runs on an VPS with the nginx-proxy-manager. I use Portainer to install the stack. Also Letsencrypt is used.

I want to give octane a try. Seem to be a great piece of work. Do you provide a docker-compose file for octane?

Many Thanks
MisterM23

@techfreaque techfreaque reopened this Jun 24, 2024
@techfreaque
Copy link
Owner

Ahh I see, I'm already at octobot 1.0.11 which isnt released yet. It should be released in a couple of days, then it should work (at least it works for me in the local and docker version).

unfortuantely there is no docker-compose file. I'm using a bash script (linux-docker_install_or_update.sh) build the Dockerfile in /scripts and run it.
Does that work for you?
Here you can find the steps to install it: https://github.com/techfreaque/octane/blob/main/readme/installation-end-user.md#docker-on-linux-installation

@MisterM23
Copy link
Author

Thanks a lot. I wait for the 1.0.11 version and try it again. Meanwhile, I will test octane on a local VM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants