facundoolano / aso

Tools for app store optimization on iTunes and Google Play
MIT License
720 stars 144 forks source link

iTunes Visibility Doesn't seems to work? #11

Closed terenzeyuen closed 5 years ago

terenzeyuen commented 6 years ago

Thanks for the library, I have tried the following: itunes.visibility(284882215).then(console.log);

But getting: UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'split' of undefined

terenzeyuen commented 6 years ago

Other methods like suggest, etc seems working fine.

facundoolano commented 6 years ago

Thanks for reporting, I'll review when I get some time (help is welcome!)

facundoolano commented 6 years ago

This is most likely failing because the rss feeds for the itunes scraper list method changed (I'm reviewing this issue in app-store-scraper at the moment, it may take a while before a solution gets here).

facundoolano commented 5 years ago

fixed now