illogical-robot / toolbox-for-google-play-store-public

Toolbox for Google Play Store™ bugs and suggestions
110 stars 43 forks source link

Kind of loading loop with "Looking for testing program..." #2

Closed evowizz closed 7 years ago

evowizz commented 7 years ago

Expected behavior

The loading should end..

Actual behavior

The loading thing of "Looking for testing program..." doesn't end

Steps to reproduce the problem

Go on an app web page

image

corbindavenport commented 7 years ago

Are you logged into a Google account?

evowizz commented 7 years ago

Always :)

corbindavenport commented 7 years ago

Can you copy and paste your Chrome log? You can open it by right-clicking on the Play store page, clicking Inspect Element, and switching to the Console tab in the popup window.

evowizz commented 7 years ago

Here you go :)

Error in event handler for (unknown): TypeError: Cannot read property 'indexOf' of undefined
    at chrome-extension://fepaalfjfchbdianlgginbmpeeacahoo/js/contentscript.js:88:69
corbindavenport commented 7 years ago

So it's an issue with the code that checks for multiple Google accounts, and checks for the beta program with whichever one you're logged into. I can't reproduce the error, but I'm working on a fix that should work.

evowizz commented 7 years ago

Thanks! :)

cyberdionisio commented 7 years ago

I think the language have something to do with this. If the variable in the url is set to "&hl=en", then the extension works, but if I turn it to "&hl=es" (my native language) it fall in a loop. Hope this helps.

archon810 commented 7 years ago

We've pushed out a fix for this issue, which was indeed caused by a foreign language. Look for v1.0.9 in the next hour and report back please.

cyberdionisio commented 7 years ago

Hi, it works fine now, just some misalignment in there, but nothing serious.

apkpls

archon810 commented 7 years ago

Yeah, we spotted this too. Will need to tweak some CSS. @corbindavenport?

cyberdionisio commented 7 years ago

Sorry, I talked too soon, When there is not a beta program, the extension did not show anything. EDIT: Maybe some cache isue? Force a refresh and it works now...

archon810 commented 7 years ago

Yeah... looks pretty bad, for example in French:

evowizz commented 7 years ago

Yup 👍 :/

cyberdionisio commented 7 years ago

V1.0.10 works great! Thanks.

archon810 commented 7 years ago

We've also fixed the UI issues in foreign languages. Closing.

evowizz commented 7 years ago

Thanks for fixing the bugs guys ;) and also thanks for this nice extension :)