Results 19 comments of antonio

> How do you guys do to target specific WWeb versions ? Inside your client initiatilization add these properties: webVersionCache: { type: 'remote', remotePath: 'https://raw.githubusercontent.com/wppconnect-team/wa-version/main/html/version.html', } replace version with the...

Converted to draft Found the issue, but i need to dig deeper, window.Store.MediaUpload.uploadMedia requires some additional fields on larger files, that the lib is not passing, i was able to...

@Sansekai fix pushed to my branch: npm install git+https://github.com/opssemnik/whatsapp-web.js#patch-1 Do note it requires the latest whatsapp web version: 2.2333.11 (you can delete the .wwebjs-cache folder, or target this version using)...

> I will look into into as soon as i can. I found something that can help. `mR.findModule('getUploadLimit')[0].getUploadLimit` can give the max size for media type, and we should use...

@shirser121 whats your feeling about this function? my fear right now is people using it mistakenly for instance, if i do MessageMedia.fromFilePath on a video file, it will auto detect...

> Please fix ESLint Done! > Great job! Thanks, and thank you for all the help!

I don't know how to properly make staggered PRs (a PR that depends on another), but i added a small commit to fix audio waveform on downloaded voice files, this...

> `Error: Cannot create a string longer than 0x1fffffe8 characters` We can't read files bigger than 512 MB, so this is pretty useless. We should change the MessageMedia options, to...

You dont need asyncio to run chatgpt, flask[async] will suffice for your needs async def setup(): global bingbot bingbot = await Chatbot.create(...) @app.route('/chat') async def chat(): if not "bingbot" in...