
Description
Description
i can login normally and it logs in fine.
issue happens when i send an image along with a caption using the built in function of venom-bot 'sendImageFromBase64'.
sending fails with error message 'Error to processFiles'.
Environment
- **Venom version(s): v5.0.21
- **Browser: chrome v116.0.5845.96
- **OS: ubuntu server v22.04
- **Node version: v18.17.0
Steps to Reproduce
- login your whatsapp to venom-bot
- send an image and a caption using the function 'sendImageFromBase64'
- get the error
{
erro: true,
text: 'Error to processFiles',
status: 404
}
- that's it
Log Output
Error when sending: {
me: {
id: {
server: 'c.us',
user: 'xxxxxxxxxxxx',
_serialized: 'xxxxxxxxxxxx@c.us'
},
displayName: null,
verifiedName: null,
searchName: null,
pushname: '',
notifyName: null,
isBusiness: null,
formattedUser: null,
tag: '2486081473',
eurl: '',
previewEurl: '',
fullDirectPath: '',
previewDirectPath: '',
filehash: 'MPKobT7nW3zvIyZhd1UsoepPjDh2dOIycK4RYIUSJtw=',
stale: false,
eurlStale: false,
timestamp: 1695472629462,
hostRetryCount: 0,
isPlaceholder: false,
description: '',
categories: [ [Object] ],
profileOptions: {
commerceExperience: 'none',
cartEnabled: true,
directConnection: false
},
email: null,
website: [],
latitude: ,
longitude: ,
businessHours: { config: [Object], timezone: 'Asia/Kolkata' },
address: ', , ',
fbPage: {},
igProfessional: {},
isProfileLinked: false,
directConnection: { enabled: false },
coverPhoto: null,
automatedType: 'unknown'
},
to: {
server: 'c.us',
user: 'xxxxxxxxxxxx',
_serialized: 'xxxxxxxxxxxx@c.us'
},
erro: true,
text: 'Error to processFiles',
status: 404
}
Your Code
If relevant, paste all of your challenge code in here
Additional context / Screenshot
Add any other context about the problem here. If applicable, add screenshots to help explain.