aymenitc
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:  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.
 no messages on console
 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.