-
Notifications
You must be signed in to change notification settings - Fork 146
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
None of the plugins with api calls are working on chrome. #352
Comments
hey! so, in that case, shifting from xmlHttpRequest to Jquery ajax requests would resolve the bug. wouldn't it? |
@walterbender how to solve this issue can you help me in getting started with this one. |
Take a look at the random_quote plugin. I think it should work and can be used as a model for the other ones that use httpRequest. |
In general, plugins are broken on Chromium. See sugarlabs/musicblocks#1243 |
Has anyone else faced this issue? |
I haven't tested in a while. Do they work on Firefox?
…On Thu, Oct 5, 2023, 3:47 PM saiatl2354 ***@***.***> wrote:
Has anyone else faced this issue?
—
Reply to this email directly, view it on GitHub
<#352 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA6PXYJNSUE2JLGL2BANOK3X54FD7AVCNFSM4EKFJLNKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCNZUHE2TIMZTG4ZA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I have tested translate and dictionary. It might be due to because chrome deprecated support for synchronous xmlHttpRequest in 2014 and dropped completely in 2017. Dictionary is working fine in safari, but not translate.
The text was updated successfully, but these errors were encountered: