You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked and am using the latest version of the library.
What type of session are you experiencing this issue on?
Multi-device and I have set multiDevice to true in my config OR am using the --multi-device flag
What type of host account are you experiencing this issue on?
Business account
Mode
EASY API/CLI
Current Behavior
Where 'dem files at, boyyyyy.
Expected Behavior
I expected some mail... (a file)
Steps To Reproduce
await client.sendFile(from, any filepath, no matter what, 'caption')
create() code OR full CLI command + CONFIG
const configObject = {
sessionId: 'AmecaCore',
authTimeout: 0,
blockCrashLogs: true, // Setting this to true will block any network calls to crash log servers. This should keep anything you do under the radar. Def: true
cacheEnabled: true, // Setting this to false turn off the cache. This may improve memory usage.
cachedPatch: true, // Setting this to true will save a local copy of the patches.json file (as patches.ignore.data.json) which will be used in subsequent instantiations of the session.
callTimeout: 1200000, // Amount of time (in ms) to wait for a client method (specifically methods that interact with the WA web session) to resolve.
discord: 'MINE',
ezqr: true,
headless: true,
licenseKey: "MINE"
linkParser: "https://link.openwa.cloud/api",
logFile: false,
messagePreprocessor: "AUTO_DECRYPT", //"AUTO_DECRYPT","SCRUB"
onError: "LOG_AND_FALSE",
popup: false,
qrTimeout: 0,
useChrome: true,
waitForRipeSessionTimeout: 0,
killProcessOnBan: true,
screenshotOnInitializationBrowserError: false,
//debug: true,
//disableSpins: true,
//logging: [{
//type: "console"
//}],
//logInternalEvents: true, //ONLY TURN THIS ON IF ASKED TO!
//logConsoleErrors: true,
};
Are you using the latest version of the library?
What type of session are you experiencing this issue on?
Multi-device and I have set multiDevice to true in my config OR am using the --multi-device flag
What type of host account are you experiencing this issue on?
Business account
Mode
EASY API/CLI
Current Behavior
Where 'dem files at, boyyyyy.
Expected Behavior
I expected some mail... (a file)
Steps To Reproduce
await client.sendFile(from, any filepath, no matter what, 'caption')
create() code OR full CLI command + CONFIG
DEBUG INFO
Environment
Screenshots/Logs
No response
Anything else?
You're a hero.
The text was updated successfully, but these errors were encountered: