Most recent activity
-
-
@rullen, this is certainly the error that is described here:
http://forum.espruino.com/conversations/379050/ -
-
-
I also have the error mainly in GadgetBridge and Chrome in Android.
I tried this with Chrome and tried to debug via the computer (https://www.addictivetips.com/android/get-web-console-log-chrome-for-android/). But have not found a clear indication for the error.I also tried this in GadgetBridge via Android Studio using LogCat. I couldn't see any obvious errors there either. The json string seems to arrive. I see at least log output of type UART RX with a json containing all my apps.
When I have more time, I'll take another closer look. Probably not until the weekend :(
-
With the URL "https://banglejs.com/reference" I get the following exception:
org.xml.sax.SAXParseException: unterminated entity ref
(position:ENTITY_REF @1:1230 in java.io.StringReader@299f0e3) at
org.apache.harmony.xml.parsers.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:147)
at org.apache.xpath.jaxp.XPathImpl.evaluate(XPathImpl.java:474) at
org.apache.xpath.jaxp.XPathImpl.evaluate(XPathImpl.java:521) at
gutzeit.com.xpathtest.MainActivity.lambda$testAsync$0(MainActivity.java:123)
at
gutzeit.com.xpathtest.MainActivity$$ExternalSyntheticLambda0.run(Unknown
Source:0) at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923)
--------------- linked to ------------------ javax.xml.xpath.XPathExpressionException:
org.xml.sax.SAXParseException: unterminated entity ref
(position:ENTITY_REF @1:1230 in java.io.StringReader@299f0e3) at
org.apache.xpath.jaxp.XPathImpl.evaluate(XPathImpl.java:479) at
org.apache.xpath.jaxp.XPathImpl.evaluate(XPathImpl.java:521) at
gutzeit.com.xpathtest.MainActivity.lambda$testAsync$0(MainActivity.java:123)
at
gutzeit.com.xpathtest.MainActivity$$ExternalSyntheticLambda0.run(Unknown
Source:0) at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923) Caused by:
org.xml.sax.SAXParseException: unterminated entity ref
(position:ENTITY_REF @1:1230 in java.io.StringReader@299f0e3) at
org.apache.harmony.xml.parsers.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:147)
at org.apache.xpath.jaxp.XPathImpl.evaluate(XPathImpl.java:474) ...
6 moreI was interested to see if this works for anyone. It would be great if someone could try this out.
perfect, works again.
thanks