facundoolano / aso

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

Stopped working last week ("Invalid Category 6025") #39

Open michaelforrest opened 2 years ago

michaelforrest commented 2 years ago

This started giving me an error last week - I don't know if Apple changed something?

Error: Error: Invalid category 6025
    at validate (/Users/mf/code/coda/weekly-report/node_modules/app-store-scraper/lib/list.js:63:11)
    at /Users/mf/code/coda/weekly-report/node_modules/app-store-scraper/lib/list.js:82:5
    at new Promise (<anonymous>)
    at Object.list (/Users/mf/code/coda/weekly-report/node_modules/app-store-scraper/lib/list.js:80:10)
    at Object.list (/Users/mf/code/coda/weekly-report/node_modules/memoizee/lib/configure-map.js:42:41)
    at /Users/mf/code/coda/weekly-report/node_modules/aso/lib/stores/itunes.js:28:26
    at Array.map (<anonymous>)
    at getRankedApps (/Users/mf/code/coda/weekly-report/node_modules/aso/lib/scores/traffic.js:35:32)
    at /Users/mf/code/coda/weekly-report/node_modules/aso/lib/scores/traffic.js:80:7
    at runMicrotasks (<anonymous>)
error Command failed with exit code 1.

I'll also post this on app-store-scraper in case it's on their end. Edit: Oh, that's also you. I'll keep it here :)

michaelforrest commented 2 years ago

Hi @facundoolano - is this project still maintained?