flexx icon indicating copy to clipboard operation
flexx copied to clipboard

xml parsing error: undefined entity when running the hello word example as desktop app

Open freemant2000 opened this issue 5 years ago • 3 comments

When I run it, I get the following error: image

It works if launched in a browser though (despite that it always opens two tabs).

freemant2000 avatar Apr 21 '20 09:04 freemant2000

Interesting. I cannot see where in our source we generate this code. Do you happen to use a title that includes this &symbol?

almarklein avatar Apr 21 '20 09:04 almarklein

No. I haven't done anything beyond the hello world example. I suppose it is downloading some code from the local web server? How to manually download it or inspect the full file content?

freemant2000 avatar Apr 21 '20 10:04 freemant2000

This error seems to be occurring before the browser app has even started up.

What OS are you on?

As a workaround, you can always use a different runtime using launch, e.g. launch("browser"), launch("firefox-browser"), launch("chrome-app").

almarklein avatar Apr 21 '20 12:04 almarklein