Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Calls to the API fail with:
Invalid JSON payload received. Unknown name "typical_p": Cannot find field.
This causes the framework to receive an error array instead of a JSON object, resulting in a parse failure (Failed to parse standard JSON response: Error reading JObject from JsonReader. Current JsonReader item is not an object: StartArray).
Steps to reproduce:
Enable RimAI.Framework.
Trigger any AI chat response.
Observe log error.
Expected behavior:
Valid JSON request payload should be sent without unsupported fields.
Actual behavior:
Request includes "typical_p", which is not accepted by the target API, breaking all responses.
Notes:
"typical_p" is not a valid field for the current API for Gemini Flash at least. Removing it should resolve the issue.
You might be right. I'll test this issue later and, if there are any problems, I'll try to fix them as soon as possible. Thank you for the feedback.
Hello,
The issue seems to be with the message "Success! Response: Unkn...". Although OpenAI returned a 200 success code, the rest of the message should say "Unknown something...". This indicates that something in your request is unknown to OpenAI. It could be the URL or the API key. If you're certain that your key is correct, the problem is most likely with the URL.
I haven't been able to test the OpenAI content myself yet since I'm not in a region where their services are available. However, I will try to find a working OpenAI service to test it with as soon as possible.