phaistonian / MyExtensions

Are you an extensions developer? Keep track of your Chrome extensions. Be notified for new comments, ratings and more!
https://chrome.google.com/webstore/detail/igejgfmbjjjjplnnlgnbejpkpdajkblm
52 stars 24 forks source link

Cannot reload stats anymore #27

Closed brisssou closed 10 years ago

brisssou commented 10 years ago

Hello, As of a few days ago (ahem), the extension cannot read the stats from the webstore.

The console's network tab shows as many HTTP 200 calls to https://chrome.google.com/webstore/category/home?source=igejgfmbjjjjplnnlgnbejpkpdajkblm&_crnd=<now_ts> as there are extensions declared in the app.

Then, the same amounts of calls to https://chrome.google.com/webstore/ajax/detail?hl=en&pv=<pv_val>&mce=aph%2Capl%2Ccpa%2Cctm%2Ceft%2Cemc%2Cerw%2Cac%2Cqso&id=<ext_id>&rt=j&source=igejgfmbjjjjplnnlgnbejpkpdajkblm&_crnd=<now_ts>. All those ones end up on a HTTP 441:

)]}'

[[["er",,,,,441,,,,9]
,["e",2,,,61]
]]

I guess Google updated the store protocol again. Brice

neocotic commented 10 years ago

This problem should be fixed by PR #28 once it has been merged and the extension is updated.