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

Can't access to community models strategy data #2625

Open
Ye-Shwethway opened this issue May 29, 2024 · 3 comments
Open

Can't access to community models strategy data #2625

Ye-Shwethway opened this issue May 29, 2024 · 3 comments

Comments

@Ye-Shwethway
Copy link

After merging all the latest commits and redeploying, I can't get predefined community models strategies as before. Here's the screenshot.
image

My latest commit time is 4:15 a.m UTC. 29.5.24
OS - Mobile web browser
Hosted web server - render.com

@GuillaumeDSM
Copy link
Member

Hello !
You might need to update the code of your web interface tentacle, this get_max method doesn't exist anymore in the newest OctoBot

@Ye-Shwethway
Copy link
Author

Hello ! You might need to update the code of your web interface tentacle, this get_max method doesn't exist anymore in the newest OctoBot

Can you tell me a little more details? My knowledge in coding is so limited. Thank you anyway for the reply.

@bdelamotte
Copy link

I got the same error. Here's my steps:

python3.10 -m pip install virtualenv
python3.10 -m virtualenv venv
source venv/bin/activate
git clone https://github.com/Drakkar-Software/OctoBot
cd OctoBot
python3 -m pip install -Ur requirements.txt
python3 start.py

I double checked I was on the master branch too.
git checkout master
git pull

I had added two exchanges and then tried to toggle the profiles in the UI by hitting the button with the arrows. It waits a second and then gives this error message:

Error: 'octobot.community.models.strategy_data.ResultsData object' has no attribute 'get_max' (UndefinedError). More details in logs.

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

3 participants