SendProcessMessage infinite loop when LoadUrl is called

29 views
Skip to first unread message

Thierry Brizzi

unread,
Apr 8, 2022, 3:52:01 AM4/8/22
to CEF Python
Hello,

I've experienced a strange behaviour concerning the LoadUrl method.

Initially the browser points to a local image which is properly displayed. But each time I'd like to switch to another local .html file, the LoadUrl triggers an infinite loop logging the following information :  

...
[CEF Python] SendProcessMessage(): message=DoJavascriptBindings, arguments size=1
[CEF Python] App: Renderer: OnProcessMessageReceived(): DoJavascriptBindings
[CEF Python] App: Renderer: DoJavascriptBindingsForFrame(): bindings are set
[CEF Python] SendProcessMessage(): message=DoJavascriptBindings, arguments size=1
[CEF Python] App: Renderer: OnProcessMessageReceived(): DoJavascriptBindings
[CEF Python] App: Renderer: DoJavascriptBindingsForFrame(): bindings are set
[CEF Python] SendProcessMessage(): message=DoJavascriptBindings, arguments size=1
[CEF Python] App: Renderer: OnProcessMessageReceived(): DoJavascriptBindings
[CEF Python] App: Renderer: DoJavascriptBindingsForFrame(): bindings are set
...

Does anybody have experienced this behaviour ?

Thanks for your attention !


Reply all
Reply to author
Forward
0 new messages