Git Product home page Git Product logo

crypto-bot-trader's Introduction

Software Engineer / Fullstack Web Developer

Website

I have been professionally engaged as a web developer since 2012, with a specialization in full-stack development. Over the years, I have cultivated extensive expertise by actively contributing to a diverse array of projects, encompassing various domains such as WiFi hotspots, online refund systems, eCommerce, and Software as a Service (SaaS) solutions. My portfolio is a testament to a rich and multifaceted experience, incorporating a blend of freelance and full-time project-based engagements.

Connect with me:

marx.oblan marcelooblan | LinkedIn marcelooblan | Instagram marcelooblan | Facebook

crypto-bot-trader's People

Contributors

marcelooblan2016 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

crypto-bot-trader's Issues

Hi! Some error

After setup and installation the following happens:
Maetamask run ok, import private key is ok, matic token added ok, but dont add USDC token and i have error:

Running tests on MetaMask version v10.1.1

Setup metamask...
Adding new networks...
Adding network: matic-mainnet
Switch network: matic-mainnet
Import Tokens...
Adding matic token ...
TimeoutError: waiting for XPath //button[contains(text(), 'Next')][not(@disabled)] failed: timeout 30000ms exceeded
at new WaitTask (C:\Polygon_trade_bot\node_modules\puppeteer\lib\cjs\puppeteer\common\DOMWorld.js:526:34)
at DOMWorld.waitForXPath (C:\Polygon_trade_bot\node_modules\puppeteer\lib\cjs\puppeteer\common\DOMWorld.js:457:26)
at Frame.waitForXPath (C:\Polygon_trade_bot\node_modules\puppeteer\lib\cjs\puppeteer\common\FrameManager.js:948:51)
at Page.waitForXPath (C:\Polygon_trade_bot\node_modules\puppeteer\lib\cjs\puppeteer\common\Page.js:2410:33)
at Object. (C:\Polygon_trade_bot\node_modules\crypto-bot-trader\dist\Metamask\Libs\loadTokenContracts.js:68:28)
at Generator.next ()
at fulfilled (C:\Polygon_trade_bot\node_modules\crypto-bot-trader\dist\Metamask\Libs\loadTokenContracts.js:5:58)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Analyzing market...
TimeoutError: waiting for selector .list-item.asset-list-item.token-cell failed: timeout 15000ms exceeded
at new WaitTask (C:\Polygon_trade_bot\node_modules\puppeteer\lib\cjs\puppeteer\common\DOMWorld.js:526:34)
at DOMWorld.waitForSelectorInPage (C:\Polygon_trade_bot\node_modules\puppeteer\lib\cjs\puppeteer\common\DOMWorld.js:430:26)
at Object.internalHandler.waitFor (C:\Polygon_trade_bot\node_modules\puppeteer\lib\cjs\puppeteer\common\QueryHandler.js:31:77)
at DOMWorld.waitForSelector (C:\Polygon_trade_bot\node_modules\puppeteer\lib\cjs\puppeteer\common\DOMWorld.js:321:29)
at Frame.waitForSelector (C:\Polygon_trade_bot\node_modules\puppeteer\lib\cjs\puppeteer\common\FrameManager.js:924:51)
at Page.waitForSelector (C:\Polygon_trade_bot\node_modules\puppeteer\lib\cjs\puppeteer\common\Page.js:2359:33)
at C:\Polygon_trade_bot\node_modules\crypto-bot-trader\dist\Metamask\Libs\getBalances.js:86:24
at Generator.next ()
at fulfilled (C:\Polygon_trade_bot\node_modules\crypto-bot-trader\dist\Metamask\Libs\getBalances.js:5:58)
Home modal found.
Analyzing market...
TimeoutError: waiting for selector .list-item.asset-list-item.token-cell failed: timeout 15000ms exceeded
at new WaitTask (C:\Polygon_trade_bot\node_modules\puppeteer\lib\cjs\puppeteer\common\DOMWorld.js:526:34)
at DOMWorld.waitForSelectorInPage (C:\Polygon_trade_bot\node_modules\puppeteer\lib\cjs\puppeteer\common\DOMWorld.js:430:26)
at Object.internalHandler.waitFor (C:\Polygon_trade_bot\node_modules\puppeteer\lib\cjs\puppeteer\common\QueryHandler.js:31:77)
at DOMWorld.waitForSelector (C:\Polygon_trade_bot\node_modules\puppeteer\lib\cjs\puppeteer\common\DOMWorld.js:321:29)
at Frame.waitForSelector (C:\Polygon_trade_bot\node_modules\puppeteer\lib\cjs\puppeteer\common\FrameManager.js:924:51)
at Page.waitForSelector (C:\Polygon_trade_bot\node_modules\puppeteer\lib\cjs\puppeteer\common\Page.js:2359:33)
at C:\Polygon_trade_bot\node_modules\crypto-bot-trader\dist\Metamask\Libs\getBalances.js:86:24
at Generator.next ()
at fulfilled (C:\Polygon_trade_bot\node_modules\crypto-bot-trader\dist\Metamask\Libs\getBalances.js:5:58)
Home modal found.
Analyzing market...
TimeoutError: waiting for selector .list-item.asset-list-item.token-cell failed: timeout 15000ms exceeded
at new WaitTask (C:\Polygon_trade_bot\node_modules\puppeteer\lib\cjs\puppeteer\common\DOMWorld.js:526:34)
at DOMWorld.waitForSelectorInPage (C:\Polygon_trade_bot\node_modules\puppeteer\lib\cjs\puppeteer\common\DOMWorld.js:430:26)
at Object.internalHandler.waitFor (C:\Polygon_trade_bot\node_modules\puppeteer\lib\cjs\puppeteer\common\QueryHandler.js:31:77)
at DOMWorld.waitForSelector (C:\Polygon_trade_bot\node_modules\puppeteer\lib\cjs\puppeteer\common\DOMWorld.js:321:29)
at Frame.waitForSelector (C:\Polygon_trade_bot\node_modules\puppeteer\lib\cjs\puppeteer\common\FrameManager.js:924:51)
at Page.waitForSelector (C:\Polygon_trade_bot\node_modules\puppeteer\lib\cjs\puppeteer\common\Page.js:2359:33)
at C:\Polygon_trade_bot\node_modules\crypto-bot-trader\dist\Metamask\Libs\getBalances.js:86:24
at Generator.next ()
at fulfilled (C:\Polygon_trade_bot\node_modules\crypto-bot-trader\dist\Metamask\Libs\getBalances.js:5:58)

At this step I add USDC token manually and script continues to work:

Analyzing market...
Market Analyzed.
Analyzing market...
Market Analyzed.
Analyzing market...
Market Analyzed.

Is this a critical error? Maybe I did something wrong?
OS Windows 10, node v16.13.1, all depencies (crypto-bot-trader, puppeteer etc.) installed correctly)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.