最近の検索
最近の検索はありません
Custom web SDK widget getting error when connecting
投稿日時:2023年9月05日
Hey I used the websdk https://api.zopim.com/web-sdk/#chat to build a custom widget for some clients, one client is working perfectly, the other client is getting an error like the following every time we try to init a chat:
{"path":"connection","update":{"status$string":"error","registration_error":{"cause$string":"illegal_web_sdk"}},"seq":3}
Any ideas?
0
2
2件のコメント
Will Batty
I think I have it figured out, the registration message below, and the following callout on API docs led me to investigating the plan level for our customer, the customer that is not working is Professional plan, the customer that is working is Enterprise, looks like the ZOPIM SDK is only available for Enterprise or Premium (Legacy) accounts. Confirmation if possible would be appreciated.
I noticed two differences in the registration message sent when the sdk loads:
Legacy implementation: { ... "source":"web_embeddable","source_ver":"!ERR", ... }
New implementation: { ... "source":"web_sdk","source_ver":"1.11.2", ... }
Legacy implementation Zendesk SDK/script src:
New implementation Zendesk SDK/script src:
0
Greg Katechis
0
サインインしてコメントを残してください。