WormaCeptor

Troubleshooting

Common issues and solutions when integrating WormaCeptor.

Troubleshooting

IssueCauseSolution
No network logsMissing implementation moduleAdd debugImplementation for api-impl-persistence or api-impl-imdb
Release build crashImplementation in implementationChange to debugImplementation
Shake gesture not workingNo implementation moduleShake requires api-impl-persistence or api-impl-imdb
Overlay not appearingMissing permissionGrant SYSTEM_ALERT_WINDOW via system settings
Ktor requests missingInit orderCall WormaCeptorApi.init() before creating the HttpClient
WebView traffic not capturedWrong WebViewClientUse WormaCeptorWebView.createMonitoringClient()
WebSocket messages missing outgoingManual recording requiredCall monitor.recordSentMessage() after each webSocket.send()
Features disabledInit configCheck the features parameter in init()
Redaction not working for KtorShared configKtor redaction methods delegate to WormaCeptorApi.redactionConfig
Large responses truncatedContent length limitIncrease maxContentLength (default: 250KB)

On this page