Homebridge Error Message. Can Someone Help?

I have a RBP3 and get this message when starting homebridge.

TypeError: Cannot read property ‘username’ of undefined
at Server._loadConfig (/usr/local/lib/node_modules/homebridge/lib/server.js:199:31)
at new Server (/usr/local/lib/node_modules/homebridge/lib/server.js:49:23)
at module.exports (/usr/local/lib/node_modules/homebridge/lib/cli.js:26:16)
at Object. (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22)
at Module._compile (module.js:409:26)
at Object.Module._extensions…js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Function.Module.runMain (module.js:441:10)
at startup (node.js:134:18)

This is what my config.json looks like.

{
“Bridge”: {
“name”: “Homebridge”,
“username”: “CC:22:3D:E3:CE:30”,
“port”: 51826,
“pin”: “031-45-154”
},
“platforms”: [
{
“platform”: “HomeAssistant”,
“name”: “HomeAssistant”,
“host”: “http://192.168.0.19:8123”,
“password”: “***”,
“supported_types”: [“light”]
}]
}

hello oguinjr. Please note. I dont khow almost nothink about this BUT i was having exactly the same problem and my solution was change the config.json to this one. Its almost the same thant yours and was almost the same i did have but with some spaces and did work for me. Honestly i dont khow why did work but did :slight_smile:
i see some changes i dont khow if there are important but for example bridge on my its with no capital and i have some spaces. that you dont have. Againg i dont khow about this but hope may help :slight_smile:

{
“bridge”: {
“name”: “Homebridge”,
“username”: “CC:22:3D:E3:CE:30”,
“port”: 51826,
“pin”: “031-45-154”
},

"platforms": [

{
“platform”: “HomeAssistant”,
“name”: “Home”,
“host”: “http://192.168.1.113:8123”,
“password”: “xxxxxxx”,
“supported_types”: [“light”, “switch”, “media_player”, “scene”]
}
]
}