mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
debug log to server window on poe API misread
This commit is contained in:
@@ -431,7 +431,16 @@ class Client {
|
||||
console.log(`'${defaultBotKeyName}' key: ${defaultBotPath.join('.')}`);
|
||||
} else {
|
||||
console.log(`ERROR: '${defaultBotKeyName}' key not found.`);
|
||||
//console.log(logObjectStructure(nextData, 0, 2));
|
||||
|
||||
}
|
||||
|
||||
if (!viewerPath || !botNamePath || !defaultBotPath) {
|
||||
console.log('-----------------')
|
||||
console.log("ERROR READING POE API! THIS IS THE RESPONSE STRUCTURE:")
|
||||
console.log("SEARCH THIS LIST FOR 'chatOfBotDisplayName', 'viewer', AND 'defaultBotNickname'...")
|
||||
console.log("-----------------")
|
||||
console.log(logObjectStructure(nextData, 0, 4));
|
||||
console.log("-----------------")
|
||||
}
|
||||
|
||||
this.formkey = extractFormKey(r.data);
|
||||
|
Reference in New Issue
Block a user