Issue with AutomationPlugins, a socket error



  • Hello bablosoft team, I have been using AutomationPlugins, and it's an amazing plugin that has been very helpful in my personal project. I greatly appreciate what bablosoft has done and continues to do, especially in expanding such a great plugin. I purchased a license for FingerprintSwitcher to fully utilize the power of AutomationPlugins. After using it for a while, I encountered some issues and I'm unsure how to fix them.

    When I run my code with a rotating proxy from a third-party service called SmartProxy, it runs fine for a while, but after 2 - 3 minutes, I encounter the following error.

    5ef4eb40-126c-4b9f-a1b9-d224957deb88-image.png https://prnt.sc/nKHClmmxxIuc

    node:events:491
          throw er; // Unhandled 'error' event
          ^
    
    Error: read ECONNRESET
        at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
    Emitted 'error' event on Socket instance at:
        at emitErrorNT (node:internal/streams/destroy:151:8)
        at emitErrorCloseNT (node:internal/streams/destroy:116:3)
        at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
      errno: -4077,
      code: 'ECONNRESET',
      syscall: 'read'
    }
    
    Node.js v18.16.0
    

    I tried using try { } catch to wrap my code and catch errors, but when an error occurs, try { } catch doesn't catch any errors, and I'm not sure what to do

    I have tried disabling detectExternalIP in AutomationPlugins, but the error still persists, and I'm not sure what the underlying cause is. Please help me. Thank you


Log in to reply