| 1 | json.decoder.JSONDecodeError: Invalid \uXXXX escape: line 1 column 10 (char 9): what it means and how to fix it | 49 | troubleshooting |
| 2 | json.decoder.JSONDecodeError: Unterminated string starting at: line 1 column 10 (char 9): what it means and how to fix it | 34 | troubleshooting |
| 3 | json.decoder.JSONDecodeError: Expecting ':' delimiter: line 1 column 10 (char 9): what it means and how to fix it | 31 | troubleshooting |
| 4 | json.decoder.JSONDecodeError: Invalid \escape: line 1 column 10 (char 9): what it means and how to fix it | 30 | troubleshooting |
| 5 | Python: Decode Base64URL to JSON safely | 27 | fixes |
| 6 | TypeError: the JSON object must be str, bytes or bytearray, not bool: what it means and how to fix it | 21 | troubleshooting |
| 7 | TypeError: the JSON object must be str, bytes or bytearray, not list: what it means and how to fix it | 21 | troubleshooting |
| 8 | json.decoder.JSONDecodeError: Invalid control character at: line 1 column 10 (char 9): what it means and how to fix it | 21 | troubleshooting |
| 9 | TypeError: the JSON object must be str, bytes or bytearray, not int: what it means and how to fix it | 21 | troubleshooting |
| 10 | TypeError: the JSON object must be str, bytes or bytearray, not dict: what it means and how to fix it | 21 | troubleshooting |
| 11 | json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 2 (char 1): what it means and how to fix it | 20 | troubleshooting |
| 12 | json.decoder.JSONDecodeError: Extra data: line 1 column 2 (char 1): what it means and how to fix it | 12 | troubleshooting |
| 13 | json.decoder.JSONDecodeError: Expecting ',' delimiter: line 1 column 2 (char 1): what it means and how to fix it | 12 | troubleshooting |
| 14 | json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0): what it means and how to fix it | 11 | troubleshooting |
| 15 | TypeError: the JSON object must be str, bytes or bytearray, not float: what it means and how to fix it | 9 | troubleshooting |
| 16 | TypeError: the JSON object must be str, bytes or bytearray, not NoneType: what it means and how to fix it | 9 | troubleshooting |