Closed DuhVinci85 closed 9 months ago
What's your NodeJS version (output from node -v
)? Are you using proxies?
I've updated dependencies, including Puppeteer which is where that error originates from, and I cannot reproduce
Yes sorry I forgot to update. The puppeteer was outdated. I manually updated it and it worked like a charm Thanks a bunch
On Mon, Feb 5, 2024 at 12:10 AM SpikeHD @.***> wrote:
I've updated dependencies, including Puppeteer which is where that error originates from, and I cannot reproduce
— Reply to this email directly, view it on GitHub https://github.com/SpikeHD/AmazonMonitor/issues/108#issuecomment-1925884856, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFEOW26CLRKTQZR2YKUEPULYR7MKJAVCNFSM6AAAAABCTDK4YKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVHA4DIOBVGY . You are receiving this because you authored the thread.Message ID: @.***>
Describe the issue:
whenever u try to run any command on the bot except for help command it gives out "TypeError: Cannot convert undefined or null to object" or "ProtocolError: Target.createTarget timed out. Increase the 'protocolTimeout' setting in launch/connect calls for a higher timeout if needed."
Paste the contents of your
config.json
, excluding the token, here:{ "prefix":"!", "token":"sus", "minutes_per_check":2, "seconds_between_check": 5, "url_params":{}, "guild_item_limit":5, "cache_limit": 10, "required_perms":["PermissionsBitField.Flags.SendMessages"], "tld":"com", "auto_cart_link":true, "debug_enabled":true, "custom_chromium_exec":"" }
Provide console output with debug mode enabled: