Abu-Abdullah
Abu-Abdullah
facing the same issue. trying to use ```apiUrl("http://api.telegram.org/bot")``` as suggested above without success it gives me ``` com.pengrad.telegrambot.TelegramException: java.io.IOException: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column...
Following on this case, i have tested the certificate directly using [SSLPoke](https://confluence.atlassian.com/download/attachments/117455/SSLPoke.java), and it seems working fine: ``` pi@raspberrypi:~ $ java SSLPoke api.telegram.org 443 Successfully connected ``` so maybe there...
ok solved by the same above workaround having custom OkHttpClient, for some reason it didnt work when i tried to import directly in keystore /etc/ssl/certs/java/cacerts this is how i got...
I'm facing the same issue with normal pipeline: ``` gst-launch-1.0 -v rpicamsrc ! video/x-h264,width=640,height=480,framerate=8/1,profile=high ! h264parse ! splitmuxsink location=/home/pi/snapshots_tmp/test.mp4 max-size-time=30000000000 max-size-bytes=2000000 ``` this is on Pi0 @thaytan changing the timeout...
i believe you need to keep rx.* as well: ``` -keep class com.github.druk.** { *; } -keep class rx.** { *; } ```
still the same case with ``` sudo rpi-clone sda ```
+1 to add this feature Hopefully there will be a way to compile a lite version of H2 with minimal dependencies that can run as a java module (even with...
im getting the same error from huawei android 8.0
for some reason, im facing this now even using ```new DefaultTreeModel()```, no clue what is happening here. the exception is little bit changed ``` javax.swing.tree.MutableTreeNode.getIndex(javax.swing.tree.TreeNode)" because "parent" is null ```...
> > > So all you do to get this is still simply calling `searchTree.getNodes(CheckState.checked);`, correct? yes, the error appears at this line. the logic is: - i invoke ```searchRoot.removeAllChildren()```...