Git Product home page Git Product logo

Comments (13)

facundoolano avatar facundoolano commented on July 2, 2024

This is because ASO uses an old version of google-play-scraper. Updating to the latest version should fix it, but this also requires going through all the recent API changes in the scraper and making sure the ASO code is updated for them.

from aso.

vishaletm avatar vishaletm commented on July 2, 2024

Is this issue added to pipeline? Can I fix this with somebody's help?
Lot of new changes are coming to google play.

#ASO Earthquake: Google Play update reveals keyword installs to developers

from aso.

facundoolano avatar facundoolano commented on July 2, 2024

@vishaletm If you want to try it the fix would be updating to the latest gplay scraper version, and going through each of the ASO methods to see if something breaks. Some stuff will most likely break, at this point you'd have to debug the ASO code, possibly checking the gplay commit history to see what has been changing lately.

It's not trivial work, but I currently don't have much time to do it myself.

from aso.

TheBlackList95 avatar TheBlackList95 commented on July 2, 2024

@facundoolano Hi, please all (aso) module not working, it leaves : UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'split' of undefined...
What's the problem, how can i fix this please i'm stuck now.

from aso.

igorbest89 avatar igorbest89 commented on July 2, 2024

@facundoolano also I have problem whith aso can you help plz

from aso.

vishaletm avatar vishaletm commented on July 2, 2024

@facundoolano I tried to change the version of scrapper. Seems working. Could you please look into my Pull Request?

from aso.

TheBlackList95 avatar TheBlackList95 commented on July 2, 2024

from aso.

vishal-km avatar vishal-km commented on July 2, 2024

Done a test for suggest only

aso.suggest({
   strategy: aso.SIMILAR,
   appId: 'com.ubercab.uberlite',
   num: 5}).then(function(result) {
  
   console.log(result);
}, function(err) {
   console.log(err);
});

Result obtained ['app', 'taxi', 'https', 'time', 'driver' ]

from aso.

TheBlackList95 avatar TheBlackList95 commented on July 2, 2024

from aso.

facundoolano avatar facundoolano commented on July 2, 2024

should be fixed now.

from aso.

TheBlackList95 avatar TheBlackList95 commented on July 2, 2024

from aso.

facundoolano avatar facundoolano commented on July 2, 2024

Just published a new version. If you still see an error, please open a new issue.

from aso.

TheBlackList95 avatar TheBlackList95 commented on July 2, 2024

from aso.

Related Issues (20)

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.