electron/remote

REMOTE_RENDERER_CALLBACK sent by unexpected WebContents (undefined)

Closed this issue · 2 comments

It seems the same error was fixed with #170. However, I'm still experiencing it when calling getCurrentWebContents().capturePage(). It happens in Electron 28 and 29 but not 27. Using@electron/remote 2.1.2.

This reappearance (maybe) of the same issue seems valid as another user is reporting it as well — #170 (comment).

It seems the same error was fixed with #170. However, I'm still experiencing it when calling getCurrentWebContents().capturePage(). It happens in Electron 28 and 29 but not 27. Using@electron/remote 2.1.2.

This reappearance (maybe) of the same issue seems valid as another user is reporting it as well — #170 (comment).

I don't have the issue anymore, My problem was due to the fact that my version of electron remote was different in my rendered app and in my electron app.

Fixed for me as well. Not sure what was the reason.