You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"assistant_id_mismatch": "The assistant ID in the signature does not match the current request; cannot verify the embedding party's identity.",
60
+
"missing_origin": "The current page is missing source information (Origin/Referer); cannot verify the embedding party's identity.",
61
+
"target_origin_mismatch": "The source domain in the signature does not match the current page domain; cannot verify the embedding party's identity.",
62
+
"invalid_sign": "The embedded signature is invalid or corrupted; cannot verify the embedding party's identity.",
63
+
"sign_time_expired": "The synchronization delay between the server (SQLBot) and the current page (embedding site) exceeds 10 seconds, causing the connection to be interrupted.",
64
+
"sign_time_invalid": "Invalid signature time format; cannot verify the embedding party's identity.",
65
+
"automation_tool_detected": "Automated tool access detected. Embedding has been blocked.",
66
+
"user_agent_mismatch": "The browser identifier in the signature does not match the current request. Embedding has been blocked.",
67
+
"timezone_mismatch": "The timezone information in the signature does not match the signing time. Embedding has been blocked."
0 commit comments