Title: Python config.json error help
Last modified: September 1, 2016

---

# Python config.json error help

 *  [eafsan81](https://wordpress.org/support/users/eafsan81/)
 * (@eafsan81)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/python-configjson-error-help/)
 * Hey guys, I need help with this little bit of code.
 * I get an error every time I put this in the config.json file: [http://pastebin.com/tv7AgZBD](http://pastebin.com/tv7AgZBD)
 * The code works perfectly fine until I add “port:” 5001 at the end of it, that’s
   when I get an error in the terminal window. Any idea how to fix this?
 * Also, when I enter the code here: [http://jsonlint.com/](http://jsonlint.com/)
   to validate the code I get an error, that error is: Error: Parse error on line
   8:
    …rIWTIMZX35geL6N2F” “port:” 5001} ———————-^ Expecting ‘EOF’, ‘}’, ‘:’, ‘,’,‘]’,
   got ‘STRING’
 * Please help me out if you can, thanks in advance!

Viewing 1 replies (of 1 total)

 *  [David.C](https://wordpress.org/support/users/davidc-1/)
 * (@davidc-1)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/python-configjson-error-help/#post-7590083)
 * Hello,
 * It looks like you missed inserting a comma. Try replacing
 *     ```
       "pushbullet": "irrelevant number"
       "port:"	5001
       ```
   
 * with
 *     ```
       "pushbullet": "irrelevant number",
       "port:"	5001
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Python config.json error help’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [David.C](https://wordpress.org/support/users/davidc-1/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/python-configjson-error-help/#post-7590083)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
