i-rinat / freshplayerplugin

ppapi2npapi compatibility layer
MIT License
728 stars 52 forks source link

ioError Error #2032 #364

Closed mrchojin closed 4 years ago

mrchojin commented 6 years ago

On Firefox 57 using freshplayer 0.3.6 (opensuse leap package) flash applets seem to be unable to contact remote services. For example, using Oracle Enterprise Manager Cloud Control 13c I get this error:

Connection Fail Connection with database failed. Database instance might be down. Try again once it is up. Detail: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"]

vSphere webclient fails with

Connection Error Could not connect to vSphere Web Client. Contact your administrator to fix this issue.

In Chrome both still work correctly. Is this a freshplayer problem?

i-rinat commented 6 years ago

Could you try the same in Firefox 52 ESR?

Recently, there were bugreports related to request processing browser API. They were reported as DRM-related (digital rights management) failures, but when I tested that, I found that it's actually just plain HTTP POST-requests that stopped working, although they did before. Also, in Firefox 52 ESR it still worked fine.

I did not look into that yet. Could be freshplayerplugin fault, could be Firefox regression. Can't say for sure now.

mrchojin commented 6 years ago

yes, in Firefox 52 ESR all still works correctly.

i-rinat commented 6 years ago

Should be fixed in 4a29ab58e28e31e0e8a92dfd65e45775e73dcb21, which is now pushed to the master branch.

i-rinat commented 6 years ago

v0.3.9 have the fix included.