Closed gustavozantut closed 6 months ago
maybe https to url http://host.docker.internal ?
maybe https to url http://host.docker.internal ?
Even on postcode(outside docker) it returns empty(look at post and get requests on prints) , but te request is received and processed with status ok, but get returns empty, in or outside docker.
maybe you have some different version,
in browser second to last post request has the fn_index
join_queue(session_hash, 100, port, chatdata)
mine looks exatcly the same...
I'm having the same problem. Response [200] for Listen and Join. Nothing returned. 0 tokens. I'm not using Docker. Just default 4_24 install trying to reach it with python on local.
The issue persists as previously mentioned (@GnatGoSplat); no results were obtained.
i was taking a look at the code and it seems that the chat is not doing simple get and post requests on 4.24, it's using generators and yeld
Automatically find the stream completion function https://github.com/rpehkone/Chat-With-RTX-python-api/blob/master/rtx_api_4_24.py#L90 Should work, wasn't able to reproduce the issue.
working, lov u
Thanks, the fix is working for me. It's causing a bunch of errors in the ChatRTX Powershell window, but they seem inconsequential.
I am trying to reach ChatRTX via python on top of Docker, i can get status 200 from bot POST and GET requests, but GET returns empty:
So i tried doing request manually via POSTCode.
POST:
GET:
no message returns on GET. get_result.txt
Am i doing something wrong?
Edit:
the code: code.txt