tiptap-php icon indicating copy to clipboard operation
tiptap-php copied to clipboard

Array to string conversion

Open reefki opened this issue 2 years ago • 8 comments

Hi there,

Silly question but when I trying to get JSON from the following HTML, it throws Array to string conversion in ../vendor/ueberdosis/tiptap-php/src/Core/DOMParser.php on line 144.

<p><iframe frameborder="0" height="385" src="https://www.youtube.com/embed/xxx" width="590"></iframe></p>
<p><iframe frameborder="0" height="385" src="https://www.youtube.com/embed/yyy" width="590"></iframe></p>

reefki avatar Jun 29 '22 07:06 reefki

Have you been able to find out what was the reason of that? Have you got it fixed?

anonim1133 avatar Jul 20 '22 11:07 anonim1133

ive also started having this issue, no real leads on whats causing it, i was migrating away from the deprecated tiptap parser but i definitely cant unless i get more info on how this is occuring

robertdrakedennis avatar Aug 27 '22 23:08 robertdrakedennis

Same issue

Somethingideally avatar Sep 10 '22 08:09 Somethingideally