duygukocar

Results 11 issues of duygukocar

I am trying to use WolfSSL library on stm32f4xx platform with LWIP/NON-RTOS. When I start the simple server/client example. I generated the source code on stm32cubeMx and its makefile with...

I want to get, TCP data frame between some modbus tcp proccess, For example when I want to read holding register 1 to 5, I want to get all TCP...

I've Rfid reader, when I read the rfid card, tag is writes in txt file as a keyboard. I know vid and pid for this product. And I am using...

When I try to use basic test commands I get below error: ``` python tortoise/do_tts.py --text "I'm going to speak this" --voice random --preset fast Downloading autoregressive.pth from https://huggingface.co/jbetker/tortoise-tts-v2/resolve/main/.models/autoregressive.pth... Traceback...

I'm using playwright in my Render server. Locally, I don't have any error. But on the Render server, sometimes it works with the goto function but sometimes I get an...

Hello I'm trying to use puppeter with chrome-aws-lambda on Glitch. Firstly I add this line in package.json file. "engines": { "node": "16.x" }, "dependencies": { "chrome-aws-lambda": "^10.1.0", "dotenv": "^16.0.3", "nodemon":...

bug

Im trying this code to connect my heroku webserver. But I get disconnect message. also when I check heroku logs I cant see any request in logs. What is the...

Before the convert .exe, main-qr.py working successfuly without any error but after convert the onefile exe with pyinstaller and try to open I got this error: ``` >main-qr Traceback (most...

I've puppeters buildpack size limit problem. It takes more than 500MB so I searched some solution for this. So I decided to use playwrigt to use this. I added to...