DIVI Builder JS Errors

Hi there,

as soon as I install and activate Podlove Podcast Publisher and Podlove Web Player my backend “crashes”.
In detail:
I’m using a WP 6.1.1 or WP 6.2.2 with DIVI v 4.21.0 by https://www.elegantthemes.com/
Whenever I edit a page this happens in the console:
t_fb=1&et_bfb=1&PageSpeed=off:210 Uncaught ReferenceError: podlovePlayerCache is not defined
at HTMLDocument. (?et_fb=1&et_bfb=1&PageSpeed=off:210:17)
regardless if this specific page uses Podlove or not.

also a “cannot read properties of undefined (reading ‘guid’)” fires

in this line of a head injected script (mostly by Divi)
a.guid = t.guid || (t.guid = window.jQuery.guid++),

this happens only if podlove is installed and active

The result:
Backend saves erase the content of the post/page, I think the Rest-call fires an empty save.

an educated guess:
It might help to fire the scripts only if podlove is present in the backend page?

PS: was looking for a bug report category?!?