Eng ChongMeng
Eng ChongMeng
*This Issue tracker is only for reporting bugs and tracking code related issues.* Before posting, please make sure you check community.jitsi.org to see if the same or similar bugs have...
*This Issue tracker is only for reporting bugs and tracking code related issues.* Before posting, please make sure you check community.jitsi.org to see if the same or similar bugs have...
YouTubeExtractor.onExtractionComplete() returns ytFiles as null for certain youtube link e.g.: https://youtu.be/vCKCkc8llaM 2021-06-19 06:46:31.129 14932-17879/org.cog.hymnchtv W/System.err: java.io.FileNotFoundException: https://www.youtube.com/get_video_info?html5=1&video_id=vCKCkc8llaM&eurl=https%3A%2F%2Fyoutube.googleapis.com%2Fv%2FvCKCkc8llaM 2021-06-19 06:46:31.129 14932-17879/org.cog.hymnchtv W/System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:255) 2021-06-19 06:46:31.130 14932-17879/org.cog.hymnchtv W/System.err: at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(DelegatingHttpsURLConnection.java:211) 2021-06-19...
Thank you for your contribution! Before creating a Pull Request, please make sure to * read https://github.com/igniterealtime/Smack/wiki/Guidelines-for-Smack-Developers-and-Contributors * run `gradle check` successfully in order to make sure that your code...
Per [[11](https://datatracker.ietf.org/doc/html/rfc4007.html#section-11). Textual Representation](https://datatracker.ietf.org/doc/html/rfc4007.html#section-11) The ipv6 address text string format can be i.e. \%\ i.e. contain a \ However InetAddressUtil#ipv6From(CharSequence cs) does not cater for this, hence leading to UnknownHostException...
with the inclusion of 'htmlunit-android' in the android studio build.gradle > implementation 'net.sourceforge.htmlunit:htmlunit-android:2.59.0' Build under the following android studio environment ``` Build: AI-212.5712.43.2112.8512546, 202204281627, AI-212.5712.43.2112.8512546, JRE 11.0.12+0-b1504.28-7817840x64 JetBrains s.r.o., OS...
From [XEP-0167: Jingle RTP Sessions](https://xmpp.org/extensions/xep-0167.html); the document states that the \ is a childElement of \ However it seems that the childElement \ is always associated with \ extensionElement in...