Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.14k stars 299 forks source link

Open devdocs.io not opening. #3917

Closed ghost closed 3 years ago

ghost commented 3 years ago

Short Summary

Open devdocs.io not opening.

Expected results

To open the page.

Actual results

Not opening page.

Platform Information

Komodo IDE. Komodo IDE, version 12.0.1, build 91869, platform linux-x86_64. Operating System Linux Mint 20.1.

Additional Information

Log

(0) in :0 Traceback (most recent call last): File "", line 0, in

[2021-01-31 17:11:58,212] [ERROR] console-logger: cdn.devdocs.io:443 uses an invalid security certificate.

The certificate is not trusted because the issuer certificate has expired. (0) in :0 Traceback (most recent call last): File "", line 0, in

[2021-01-31 17:11:58,284] [WARNING] console-logger: Expected media feature name but found 'prefers-color-scheme'. (1) in from DOM:0 [2021-01-31 17:12:20,259] [WARNING] console-logger: Unknown descriptor 'font-display' in @font-face rule. Skipped to next declaration. (1) in less://komodo/skin/global/global.less:1429 [2021-01-31 17:12:21,089] [ERROR] console-logger: cdn.devdocs.io:443 uses an invalid security certificate.

The certificate is not trusted because the issuer certificate has expired. (0) in :0 Traceback (most recent call last): File "", line 0, in

[2021-01-31 17:12:21,094] [ERROR] console-logger: cdn.devdocs.io:443 uses an invalid security certificate.

The certificate is not trusted because the issuer certificate has expired. (0) in :0 Traceback (most recent call last): File "", line 0, in

[2021-01-31 17:12:21,380] [ERROR] console-logger: cdn.devdocs.io:443 uses an invalid security certificate.

The certificate is not trusted because the issuer certificate has expired. (0) in :0 Traceback (most recent call last): File "", line 0, in

[2021-01-31 17:12:21,458] [ERROR] console-logger: cdn.devdocs.io:443 uses an invalid security certificate.

The certificate is not trusted because the issuer certificate has expired. (0) in :0 Traceback (most recent call last): File "", line 0, in

[2021-01-31 17:12:21,601] [DEBUG] console: error: TypeError {} [2021-01-31 17:12:21,605] [WARNING] console-logger: Expected media feature name but found 'prefers-color-scheme'. (1) in from DOM:0 [2021-01-31 17:12:59,252] [ERROR] console-logger: www.activestate.com:443 uses an invalid security certificate.

The certificate is not trusted because the issuer certificate is unknown. (0) in :0 Traceback (most recent call last): File "", line 0, in

[2021-01-31 17:13:56,087] [WARNING] console-logger: Unknown descriptor 'font-display' in @font-face rule. Skipped to next declaration. (1) in less://komodo/skin/global/global.less:1429 [2021-01-31 17:14:12,050] [WARNING] console-logger: Unknown descriptor 'font-display' in @font-face rule. Skipped to next declaration. (1) in less://komodo/skin/global/global.less:1429

th3coop commented 3 years ago

@M4c4k make sure you're running the latest Komodo. It's working without issue for me.

ghost commented 3 years ago

The https://devdocs.io/ won't load, but other sites load without problem.

Screenshot 2021-02-04 16:32:00

th3coop commented 3 years ago

The provided way to open Devdocs in Komodo is the bookmark icon in the bottom left corner of the screen:

Screen Shot 2021-02-04 at 9 54 26 AM

If you want to use a toolbox tool you could create a new Userscript (Gear icon in toolbox > New Userscript) and use this JS to open dev docs in a proper browser: ko.browse.openUrlInDefaultBrowser("https://devdocs.io")

Gonna close since this doesn't appear to be a bug.