Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version unable to send .mp4 file #2124

Open
momokang opened this issue Feb 3, 2024 · 2 comments
Open

New version unable to send .mp4 file #2124

momokang opened this issue Feb 3, 2024 · 2 comments
Labels
bug Something isn't working needs triage

Comments

@momokang
Copy link

momokang commented Feb 3, 2024

Description

Mp4 file cannot be send , even it's only 1mb.
I tried image and pdf all able to send but unable to send mp4.
No error and no log at all, it just hang there no proceed to next line.

Environment

  • WPPConnect version(s): 1.29.0
  • WA-JS version(s): 2.28.1
  • Node version: Node 21.6.1

Steps to Reproduce

Send mp4 file

Your Code

await waClient.sendFile(
	phone,
	msgDetail["att_path"], // it's url link with .mp4
	msgDetail["att_name"],
	msgSendDetail
)
	.then((result) => {
	})
	.catch((err) => { 
		console.log(err); 
	});
@momokang momokang added bug Something isn't working needs triage labels Feb 3, 2024
@momokang momokang changed the title Unable to send .mp4 file in nodejs server Unable to send .mp4 file Feb 3, 2024
@momokang
Copy link
Author

momokang commented Feb 3, 2024

Downgrade to previous version it's working, tried "data:video/mp4;base64,..." also not working, looks like mp4 format is failed to send in new version

@momokang
Copy link
Author

momokang commented Feb 23, 2024

WhatsApp WEB version: 2.2404.5
WA-JS version: 2.28.1

Still unable to send .mp4, which is very important for user to send video, would like to know the schedule of fixing this

@momokang momokang changed the title Unable to send .mp4 file New version unable to send .mp4 file Feb 23, 2024
@icleitoncosta icleitoncosta transferred this issue from wppconnect-team/wppconnect Mar 9, 2024
@icleitoncosta icleitoncosta transferred this issue from wppconnect-team/wa-js Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage
Projects
None yet
Development

No branches or pull requests

1 participant