Dan Southwood-Wells

Results 6 comments of Dan Southwood-Wells

You can close this issue This PR https://github.com/GoogleCloudPlatform/cloud-builders-community/pull/536 updated Helm to 3.7.0

Here is some sample Python which works for me: ``` import requests from hashlib import md5 import time API = "https://api.wyzecam.com:8443" USERNAME = "[email protected]" _PASSWORD = b"password1" PASSWORD = md5(md5(_PASSWORD).hexdigest().encode()).hexdigest()...

Try the "phone_id" provided in the README `bc151f39-787b-4871-be27-5a20fd0a1937`. When using a random UUID, I get the `PhoneInfoNotExist`

Also wanting the targeting support. Noticed big drop in CPM since implementing this package VS firebase_admob plugin.

Ended up building a custom image for `helm`. cloud-builders-community/helm: 1.1GB this image: 82.4MB Dockerfile ``` FROM ubuntu:22.04 RUN apt update RUN apt install -y \ apt-transport-https \ ca-certificates \ gnupg...