python_libre_pythonista_ext icon indicating copy to clipboard operation
python_libre_pythonista_ext copied to clipboard

ERROR - uno_component: No internet connection

Open nugiemiko opened this issue 8 months ago • 1 comments

I'm install libre_pythonista 0.9.0 on LibreOffice 25.2

OS: Arch Linux x86_64 Kernel: 6.14.6-arch1-1

when restart always notified with No Internet Connection. with below information:

WARNING: A restricted method in java.lang.System has been called WARNING: java.lang.System::load has been called by com.sun.star.lib.util.NativeLibraryLoader in an unnamed module (file:/usr/lib/libreoffice/program/classes/libreoffice.jar) WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module WARNING: Restricted methods will be blocked in a future release unless native access is enabled

2025-05-13 13:31:59,716 - INFO - uno_component: LibrePythonista version 0.9.0 execute starting 2025-05-13 13:31:59,719 - ERROR - libre_pythonista.install.requirements_check: Requirements not met. Tested config requirements. 2025-05-13 13:32:07,029 - ERROR - uno_component: No internet connection

already install python_unoserver module and try on all version with the same result. Internet connection is okay

PING extensions.libreoffice.org (2a01:4f9:c011:98a7::1) 56 data bytes 64 bytes from extensions.libreoffice.org (2a01:4f9:c011:98a7::1): icmp_seq=1 ttl=49 time=254 ms 64 bytes from extensions.libreoffice.org (2a01:4f9:c011:98a7::1): icmp_seq=2 ttl=49 time=253 ms 64 bytes from extensions.libreoffice.org (2a01:4f9:c011:98a7::1): icmp_seq=3 ttl=49 time=267 ms 64 bytes from extensions.libreoffice.org (2a01:4f9:c011:98a7::1): icmp_seq=4 ttl=49 time=249 ms

please help. or where i can find the logs?

nugiemiko avatar May 13 '25 06:05 nugiemiko

LibrePythonista use a value from the Toml Config to check for internet availability. Which is currently https://duckduckgo.com. check_internet_connection() is called to see if the internet is currently available..

Are you using a proxy or anything like that?

As for the Java Errors I am not sure what is going on there. LibrePythonista does not make any calls to JAVA although LibreOffice may in some cases.

Version 0.10.2 was released yesterday. Upgrade and try again, however the code relegated to this has not been changed.

Amourspirit avatar May 23 '25 11:05 Amourspirit

Got it!!! thanks, my country blocked https://duckduckgo.com Case closed

nugiemiko avatar Jun 11 '25 13:06 nugiemiko