Setting the client timeout to `15` seconds may not be enough time to render high quality images in the `card` command: ```go client := &http.Client{ Timeout: time.Second * 15, } ``` Setting to `60`