homebridge-nest-cam_old icon indicating copy to clipboard operation
homebridge-nest-cam_old copied to clipboard

Error: access_token is not defined in the Homebridge config

Open mbolzies opened this issue 5 years ago • 1 comments

I've been receiving this error despite having the access_token in my config file:

Error: access_token is not defined in the Homebridge config at NestCamPlatform.didFinishlaunching ..... It then indicates the camera is running, and then kills homebridge.
Screen Shot 2020-01-24 at 10 34 33 AM

This is my config setup:

                            {
			   "platform": "Nest-cam",
			   "access_token": "TOKEN HERE",
			   "ffmpegCodec": "libx264"
			},

mbolzies avatar Jan 24 '20 18:01 mbolzies

Same issue here - when I print the content of self.config it is empty

migueldeicaza avatar Feb 02 '20 16:02 migueldeicaza