-
Notifications
You must be signed in to change notification settings - Fork 36
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
Exeption Occured #43
Comments
Try Checking The Vtuber Studio API Port if it was opened! |
Yes @HRNPH the Start API (allow plugins) is activated. Do I have to change the port from 8001 ? |
port should be the same as the error code below which is 8267 |
@HRNPH I dont even get the popup prompt anymore in VTube Studio Traceback (most recent call last): |
@HRNPH Do I change it on line 39 too? |
Got it to pop up by changing line 39. now im getting this Traceback (most recent call last): sheesh |
this one could actually be a bug if you want to try solving it at line 78 just log the answer list to see what happened, Last time I tested it it worked just fine tho maybe it's just some random string format bug, you could try running it again maybe it'll work |
----------- Create Response --------------------------
where it says Asnwer.split? How I log it? |
do print answers after that line |
----------- Create Response --------------------------
like so? Or you meant under it? |
answer = chat(con) # send message to api
answer = answer.split('<split_token>')
print(answer) # like this
answer, japanese_answer = answer[0], answer[1]
answer.replace('Lilia:', '') # remove name from answer |
try new installations with poetry |
Initializing... Dependencies
Loading Waifu Vocal Pipeline...
Using model d:\Rainy4\AIwaifu\AIVoifu\voice_conversion/models\base_model.pth
Using cache found in C:\Users\Young/.cache\torch\hub\bshall_hubert_main
Loaded Waifu Vocal Pipeline
Initializing... Vtube Studio
Authenticated with VTube Studio...
Authentication token: 442a9155b175589dceb4db0ce26da5cff658d11f1658a5c2adf39f96e69ead5c
Status: {'apiName': 'VTubeStudioPublicAPI', 'apiVersion': '1.0', 'timestamp': 1685233452526, 'messageType': 'AuthenticationTokenResponse', 'requestID': 'TestInit', 'data': {'authenticationToken': '442a9155b175589dceb4db0ce26da5cff658d11f1658a5c2adf39f96e69ead5c'}}
Initialized
You: Hello there.
--------- Exception Occured ---------
if you have run the server on different device, please specify the ip address of the server with the port
Example: http://192.168.1.112:8267 or leave it blank to use localhost
please specify the ip address of the server with the port at:
*Line 52: HTTPConnectionPool(host='localhost', port=8267): Max retries exceeded with url: /waifuapi?command=chat&data=Hello+there. (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x00000179D0833310>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it'))
Idk if Im starting the server correctly or not.
The text was updated successfully, but these errors were encountered: