aymenitc

Results 28 comments of aymenitc

I have the same issue. It was working fine before. I want NodeJS fix not CLI. any help plz?

Thank you. Waiting for update في السبت، ٢٢ يناير ٢٠٢٢ ٦:٥٣ م Andrew Nord ***@***.***> كتب: > I will push soon updated version that will fix most of the existing...

remove.bg doesn't work with video or gif

hi, I found that the unscreen api is not free. So, I purchased a small subscription to tryout. this is what I get: ![unscreen](https://user-images.githubusercontent.com/76839622/105384833-bf6af280-5c23-11eb-8a4e-b98031a0fac2.jpg) can you help me please complete...

I used your exact examble. Didn't change it. Then I tried video_url too, but it gives the same result.

![screen1](https://user-images.githubusercontent.com/76839622/105508825-e4bc3700-5cdd-11eb-9aff-3b6456d02cbd.jpg) no messages on console

![screen4](https://user-images.githubusercontent.com/76839622/105512710-82196a00-5ce2-11eb-9cd7-d727a74fc7b7.jpg) I installed curl

``` var request = require('request'); var fs = require('fs'); request.post({ url: 'https://api.remove.bg/v1.0/removebg', formData: { image_file: fs.createReadStream('/path/to/file.jpg'), size: 'auto', }, headers: { 'X-Api-Key': 'INSERT_YOUR_API_KEY_HERE' }, encoding: null }, function(error, response, body)...

I used this code: ``` if (isMedia) { if (mimetype === 'video/mp4' && message.duration < 10 || mimetype === 'image/gif' && message.duration < 10) { const mediaData = await decryptMedia(message,...

Thank you for helping... How can I extract video ID from body ? I couldn't. I think I have to convert it json. But how? I'm not expert.