-
-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
com.gargoylesoftware.htmlunit.javascript.host.Element$$Lambda$81/543270429 #513
Comments
made a new snapshot build - please try |
Thank you @rbri, I'll try and let you know |
2022-10-22 08:09:31 [JS executor for com.gargoylesoftware.htmlunit.WebClient@76bb4792] WARN c.g.h.IncorrectnessListenerImpl - Obsolete content type encountered: 'text/javascript'. |
StaticDomNodeList : Fixed the issue, it is working fine. Please accept my pull request to make the changes. |
sorry i have created my own patch - please rebase your repo before working on more pull requests. Thanks for the report - and more pull requests are welcome. |
Thanks for all the support, will surely contribute from my side. |
2022-10-21 17:33:47 [JS executor for com.gargoylesoftware.htmlunit.WebClient@65732010] WARN c.g.h.IncorrectnessListenerImpl - Obsolete content type encountered: 'text/javascript'.
java.io.NotSerializableException: com.gargoylesoftware.htmlunit.javascript.host.Element$$Lambda$81/543270429
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1184)
at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1548)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1509)
at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1432)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1178)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:348)
at java.util.HashMap.internalWriteEntries(HashMap.java:1790)
at java.util.HashMap.writeObject(HashMap.java:1363)
at sun.reflect.GeneratedMethodAccessor107.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
Originally posted by @gangadharkasturi in #511 (comment)
The text was updated successfully, but these errors were encountered: