Developer error index

Developer Troubleshooting

Find focused explanations for common parser, validation, encoding, token, timestamp, identifier, and hashing problems, then open the matching browser-local tool to reproduce or fix the issue.

Browse by tool family

Find a specific error or edge case

252 troubleshooting pages

JSON troubleshooting

JSON problems

Diagnose JSON parser errors, malformed payloads, escaping mistakes, truncated responses, and JavaScript values that are not valid JSON.

Open JSON Tool

YAML troubleshooting

YAML problems

Trace YAML indentation, mapping, sequence, quoting, directive, anchor, alias, and flow-style errors with parser-focused examples.

Open YAML Tool

XML troubleshooting

XML problems

Find XML well-formedness problems involving tags, attributes, entities, namespaces, declarations, CDATA, comments, and root structure.

Open XML Tool

CSV troubleshooting

CSV problems

Debug CSV delimiter, quoting, header, row-width, empty-cell, multiline-field, and type-preservation issues before importing tabular data.

Open CSV Tool

Regex troubleshooting

Regex problems

Troubleshoot JavaScript regular-expression syntax, flags, anchors, quantifiers, groups, lookarounds, matching behavior, and replacements.

Open Regex Tool

JWT troubleshooting

JWT problems

Inspect JWT structure, Base64URL segments, JSON claims, time values, algorithms, key identifiers, and verification-related mistakes safely.

Open JWT Tool

Query String troubleshooting

Query String problems

Resolve query-string parsing and building errors involving percent encoding, repeated parameters, empty values, fragments, arrays, and JSON inputs.

Open Query String Tool

Timestamp troubleshooting

Timestamp problems

Diagnose Unix and ISO timestamp mistakes involving seconds versus milliseconds, time zones, offsets, invalid dates, precision, and numeric formats.

Open Timestamp Tool

UUID troubleshooting

UUID problems

Check UUID text format, versions, RFC variants, nil values, wrappers, whitespace, punctuation, and version-specific validation failures.

Open UUID Tool

Hash troubleshooting

Hash problems

Explain hash mismatches caused by algorithms, text encoding, whitespace, line endings, invisible Unicode, byte interpretation, and digest length.

Open Hash Tool