-
Notifications
You must be signed in to change notification settings - Fork 14
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
fxa-auth-server error " _b.histogram is not a function" when hit "sync now" on android firefox #21
Comments
Ok , thats a https://github.com/mozilla/fxa/blob/main/packages/fxa-auth-server/bin/key_server.js#L52 "histogram" function is not mocked. May i ask the sync function in Firefox for android works or not. If it works, you could just ignore it. // I guess it will work, because when error here, no result would be returned from redis, then all tokens are fetched directly from database. |
I opened a issue mozilla/fxa#16491 |
In my previous testing, Firefox for android sync wasn't working, I'll test again to confirm. |
I deleted the database and started a new fxa. When I re-register and log into Firefox for android I also tested whether the custom sync server could be reached by the mobile network. I can connect to the custom sync server ("https://token.fxa.example.com/token/1.0/sync/1.5") over the network. So I don't know how to troubleshoot this issue. If you need any information please let me know. branch: master |
I'm sorry that i cannot reproduce that. In my test , although there're logs of "_b.histogram is not a function " , Fenix is still able to sync. I can see the opening tabs of Fenix from Firefox Desktop , also vice versa. Here's some hint:
|
After I reinstall lastest Fennec 123.0.0, android sync works. |
Thank you for your excellent work. I have set up services by following the readme, and it can sync my Firefox desktop data.
I customized the link in "sync debug" and then I logged in.
After I hit "sync now" for sync data,
the fxa-auth-server displayed the following message.
branch: master
android firefox application verison:
fenix 110.0.1 && fennic 122.1.0
If you need more information, please let me know, and I will provide it as soon as possible.
Thank you once again.
The text was updated successfully, but these errors were encountered: