Skip to content
SoundSyncAudio software platform

Guide

Testing and Troubleshooting

Troubleshoot Test Connection, serial activation, customer login, validation, offline grace, credential rotation, and common developer mistakes.

Live Moonwave FX products workspace showing the SoundSync product management surface for audio software releases.
Live Moonwave FX analytics workspace showing revenue, product, customer, activation, and download reporting.
Live Moonwave FX customers workspace showing customer management and activity for the developer account.

SoundSync

Common integration problems

Each entry points to a concrete fix.

SymptomLikely causeHow to confirmCorrective action
Test Connection fails with INVALID_APP_IDUsing Product ID or old ss_prod value as App ID.Compare appId to generated product credential config.Use current ss_prod_* App ID.
Only bearer auth sent to licensing endpointPlugin key sent without App ID and plugin secret.Inspect request headers.Send x-ss-app-id, x-ss-plugin-key, x-ss-plugin-secret.
Activation never unlocks after email verificationClient omitted final /activate after verified claim-status.Look for missing claim_activation_token request.Call /activate with claim_activation_token.
Validation locks while offlineNo valid cache or grace expired.Inspect cache schema and graceExpiresAt.Require online activation/validation.
Customer-login fails repeatedlyPassword wrong or customer lacks entitlement.Check response code and entitlement status.Keep password out of cache and show account/support path.
Credential rotation broke packageGenerated config still has old key/secret.Run Test Connection against package values.Regenerate package or update config.
Audio glitches during licensingNetwork request made on audio thread.Inspect call stack/thread use.Move HTTP to worker/message-safe async layer.

SoundSync

Troubleshooting pages

Use focused pages for detailed recovery steps.

Connection Verification Failures

Missing, wrong, revoked, inactive, or product-mismatched credentials.

Activation Failures

Serial not found, product mismatch, identity required, activation limits, subscription states.

Claim and Email Verification

Claims waiting on verification, expired tokens, email delivery, final activation omitted.

Validation and Offline Grace

Corrupt cache, missing token, deactivated device, network unavailable, grace expired.

Credential Rotation and Revocation

Rotated/revoked credentials and old package configuration.