menu.py Windows error 6 #84
Replies: 18 comments 2 replies
-
Please generate SSL certificates. You can use this command: |
Beta Was this translation helpful? Give feedback.
-
There is nothing about ssl in the installation requirements. |
Beta Was this translation helpful? Give feedback.
-
Please download OpenSSL from the official website, and then you should try again or use the generated certificates in the project. |
Beta Was this translation helpful? Give feedback.
-
I guess I don't understand you. When I try to run index.py, I get the error in the original post. You say there is a certificate that I can use, how and where? |
Beta Was this translation helpful? Give feedback.
-
I was able to start the server using the visual studio debugger, but just like the website (https://www.yuna-ai.live/yuna.html) there is an error in the chat |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
The website https://www.yuna-ai.live/ serves as a landing page for now. Therefore, you shouldn't use it as a live demo (of AI), mainly because it's not even connected to any server! We're already resolving this. But because of the |
Beta Was this translation helpful? Give feedback.
-
Thank you for your help. |
Beta Was this translation helpful? Give feedback.
-
how did you get it working? i downloaded OpenSSL 3.2.1 binary (Installed on C:/program files) note: i use python 3.10.14 in yuna-ai conda env on win11, cuda toolkit 12.4.1 |
Beta Was this translation helpful? Give feedback.
-
I don't know if this is related, but you could try using Python 3.8 instead. It seems to fix a lot of issues in any project! |
Beta Was this translation helpful? Give feedback.
-
Thanks for your swift response.
edit: i tried now also with python 3.9 cuz why not, its the same with 3.8 edit 2: not sure if its related to the problem but the menu script could not download |
Beta Was this translation helpful? Give feedback.
-
ok, i got it working sort of. workaround: i did some google search and it seems edit: it works with the cert and key in this repo tho, no need to create it myself. |
Beta Was this translation helpful? Give feedback.
-
Thanks, good to know!
Do you want to say that's a Flask's problem? |
Beta Was this translation helpful? Give feedback.
-
I dont really know exactly where the issue is, i just follow some leads till i find any function i can disable. all starts with the i think about if it's a dependencies incompatiblity, these happen often in python. Also the Yuna-AI is pretty broken with this workaround. edit:
Yuna-AI starts without error if i just give a return in this statement before |
Beta Was this translation helpful? Give feedback.
-
You can modify the config.json for the model run and the "kanojo" on the profile page (don't forget to click save; it should work). Yes, the new release is coming this week with MORE customization specifically for ya ;)
Often, you just need to reload the page to fetch new data and write configs. I can't make it automatically because it causes infinite loops and errors. If you're talking about the server, this is probably again your Flask issue :( |
Beta Was this translation helpful? Give feedback.
-
I'll convert this issue to a discussion for the future people :) |
Beta Was this translation helpful? Give feedback.
-
with
yea i mean the server, i also think it's the flask issue. I tried reloading the page after editing the configs and yea that also does not work in my setup. |
Beta Was this translation helpful? Give feedback.
-
I did a second test setup for yuna and noticed i overseen a error that happens during one-click installation:
you know maybe how to fix that? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions