Hirofumi Horikawa

Results 24 comments of Hirofumi Horikawa

I already fixed and committed, will release soon.

Thanks @tueddy I will fix it or you can make PR.

No, I can not, if you need an electric circuit works a code on the repo. I don't know what you want to do. If you want to confirm if...

This library just returns the mp3 url of TTS from the input text on ESP8266/ESP32 board (ex. https://www.switch-science.com/catalog/6415/ ), so I have no idea to speech the mp3 on the...

My Google Home Mini can speak by the URL generated by the latest version of this module with my ESP32 board, so I don't think that an API key always...

If you use HTTPClient of `arduino-esp32` , `-5` means `HTTPC_ERROR_CONNECTION_LOST` according to the following line. It might be caused by HTTP connection to HTTP**S** URL (`https://...`) https://github.com/espressif/arduino-esp32/blob/6e47e18a1b6f18d5f0b9b21eba2a202ee30601ef/libraries/HTTPClient/src/HTTPClient.h#L44 Try using HTTPS...

Same issue on my env, but it was fixed by enabling `Developer mode`. https://docs.volta.sh/guide/getting-started#windows-installation ![image](https://user-images.githubusercontent.com/4566555/176563789-4d0f7c0a-474f-43d3-985b-f2ba9771a6eb.png)

I also saw this error, but the following steps didn't resolve this. > Run winget source update and then run winget upgrade --all again? In my case, `[email protected]`'s manifest cannot...

> We should also improve the error message so the user can tell what failed in the CLI rather than a "generic" 404. @denelon And it's better upgrading for other...

Hello @fabiocav I confirmed that puppeteer works on Azure Functions on Linux thanks to the following PR for Node.js runtime https://github.com/Azure/azure-functions-docker/pull/225 But on some situation, Puppeteer, maybe playwright also, cannot...