Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refreshing Service Causes Google 400 Error "The requested URL was not found on this server. That’s all we know." #8

Open
zkhcohen opened this issue Sep 16, 2019 · 3 comments

Comments

@zkhcohen
Copy link

zkhcohen commented Sep 16, 2019

Android Messages frequently struggles to connect with the mobile app. This naturally prompts the user to refresh the service within Franz.

Upon refreshing the service, it displays the Google 400 page - "The requested URL was not found on this server. That’s all we know." Using the Google Debugging Tools, I see that it 302s, then 400s on the GET for "https://messages.google.com/web".

Further refreshes and disabling/re-enabling the service don't appear to resolve the issue. The only solutions are to completely remove and re-add the service, or to unregister the Service Workers through Developer Tools > Application > Clear Application Storage > Unregister Service Workers. Both solutions will force you back to the authentication page.

If I actually go to the Application > Service Workers page in Developer Tools and Unregister the latest "serviceworker-bundle.js" manually, then reload the Messages Franz Service, it will refresh and successfully put you back into the Messages Service without pushing you through the Authentication process again.

{"host":{"platform":"win32","release":"10.0.18362"....
{"id":"android-messages","version":"1.2.0"}

@Sauceee
Copy link

Sauceee commented Sep 21, 2019

I had the same issue and made a fork, which is currently working for me: https://github.com/Sauceee/franz-recipe-android-messages

@zkhcohen
Copy link
Author

I had the same issue and made a fork, which is currently working for me: https://github.com/Sauceee/franz-recipe-android-messages

Thanks. Have you created a pull request? The devs. seem to be more focused on monetization than bug smashing at the moment...

@Sauceee
Copy link

Sauceee commented Sep 22, 2019

Thanks. Have you created a pull request? The devs. seem to be more focused on monetization than bug smashing at the moment...

Created a pull request now with some changes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants