快工助手跨境电商知识与商机助手

Troubleshooting

TikTok Shop 官方资料 · TikTok Shop Partner Center 开发者文档 · 适合开发者

stable本次发布有变化全部展示

来自 TikTok Shop 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
TikTok Shop / profile.tiktok.docs_api
语言
en-US
发布版本
cn-20260909-2
标签
zhuge/sourceplatform/tiktok_shopaudience/developercategory/api_doctopic/compliancetopic/developer

资料正文

§1 Troubleshooting

💡 Run doctor first. It distinguishes installation and configuration problems from OAuth, skill-state, transport, and business errors.

tts_open_toolkit version
tts_open_toolkit doctor
tts_open_toolkit auth doctor --json
#

§2 Common problems

SymptomNext check
command not foundConfirm global npm installation and that the npm global bin directory is on PATH. Reopen the terminal after installation.
Wrong or old skillsRun skill state --json. Update the same target used for installation. Review modified state before overwriting.
Login does not completeRun auth doctor --json, confirm the browser callback can reach localhost, and retry auth login.
Missing auth recordRun auth list --json and auth status --json. Sign in again rather than copying tokens between profiles.
Protected credential store unavailableOAuth token storage currently requires macOS Keychain or Windows CurrentUser DPAPI. Skill-only workflows can still run where Node is supported.
DevAPI method rejectedRun devapi list --json and use the exact installed method name, declared queries, and supported JSON body.
Sandbox operation rejectedRun sandbox endpoints --json. Confirm the operation is published, non-delete, and allowed for the active profile.
Business errorPreserve the sanitized message, HTTP status, and request or log ID. Check App, market, scope, and prerequisite context.
#

§3 Update recovery

tts_open_toolkit update --check
tts_open_toolkit update --yes --registry https://registry.npmjs.org
tts_open_toolkit doctor
#

§4 What to include in a report

  • Operating system, Node version, CLI version, and AI agent.
  • The exact safe command, intended outcome, and actual result.
  • Sanitized JSON error, request ID, log ID, or screenshot.
  • Whether the problem occurs before login, after login, or during one fixed method.

Do not attach secrets, OAuth callbacks, authorization codes, cookies, or protected-store contents.


#

§5 Was this page helpful?

Was this page helpful?

Tell us what worked, what was unclear, or what should be added. TTS Open Toolkit Feedback Form

#