Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

345
Views
Uncaught (in promise) TypeError: adapter is not a function

I'm attempting to convert a CLI script I've made in JS/Typescript into a Chrome Extension. The CLI program works perfectly but when I compile it into a Chrome extension, I'm getting the following error: Uncaught (in promise) TypeError: adapter is not a function

It has something to do with the "trading-view-recommends-parser-nodejs" library I'm using which calls TradingView and parses the response in JSON.

This is the snippet in my lib.ts file:

  const result = await new TradingViewScan(
    SCREENERS_ENUM['crypto'],
    EXCHANGES_ENUM['BINANCE'],
    bettingPair,
    INTERVALS_ENUM['5m'],
  ).analyze();
  var obj = JSON.stringify(result.summary);
  var recommendation = JSON.parse(obj)

Full Screenshot of Error in Chrome Console

Any help would be greatly appreciated as I'm not sure what I'm doing wrong considering it works fine in CLI.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!