-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
Hello OctoBot Team,
First of all, I’d like to thank you for creating such an amazing trading tool! I’ve been using OctoBot for some time now and have already made some great profits with it. It’s an impressive platform, and I truly appreciate the effort you’ve put into it.
That said, I’ve encountered an issue while using the .exe version of OctoBot, and I wanted to report it to help improve the experience for myself and others. Here are the details:
Step 1: Have you searched for this issue before posting it?
Yes, I have searched the issue tracker but could not find a solution to this specific problem.
Step 2: Describe your environment
OS: Windows 11 (64-bit)
Python Version: Python 3.10.11
Binary Version: Yes, using OctoBot .exe version 2.0.7
Step 3: Describe the problem
Describe the bug
OctoBot fails to recognize the SSL library and cryptg module, resulting in fallback to slower encryption. The logs consistently show:
Failed to load SSL library: <class 'OSError'> (no library called "ssl" found)
cryptg module not installed and libssl not found, falling back to (slower) Python encryption
Expected behavior
OctoBot should detect the installed cryptg and SSL libraries and operate with full encryption capabilities.
Steps to reproduce
Install OctoBot version 2.0.7 as a .exe.
Run the .exe on a Windows 10 machine with Python 3.10.11 installed.
Observe the logs for errors related to SSL and cryptg.
Observed Results
What happened?
OctoBot falls back to slower Python encryption and fails to detect cryptg and SSL.
What did you expect to happen?
OctoBot should detect the SSL and cryptg libraries and work without fallback.
Relevant code exceptions or logs
plaintext
Code kopieren
2025-01-03 11:38:06,124 INFO OctoBot Launcher Version : 2.0.7
2025-01-03 11:38:06,124 INFO OctoBot Launcher Running self-hosted OctoBot on Windows:10:AMD64 with binary [Python 3.10.11]
2025-01-03 11:38:06,740 INFO telethon.crypto.libssl Failed to load SSL library: <class 'OSError'> (no library called "ssl" found)
2025-01-03 11:38:06,741 INFO telethon.crypto.aes cryptg module not installed and libssl not found, falling back to (slower) Python encryption