sublimehq / sublime_text

Issue tracker for Sublime Text
https://www.sublimetext.com
807 stars 39 forks source link

4172 release is breaking the addon Mediawiker for me #6309

Open RheingoldRiver opened 8 months ago

RheingoldRiver commented 8 months ago

Description of the bug

I am using the Mediawiker extension. In 4172, I am unable to open pages.

Steps to reproduce

  1. Update Sublime to 4172
  2. Install Mediawiker
  3. Set a wiki (palette -> mediawiker site
  4. Try to open a page (palette -> mediawiker open)

Expected behavior

I should get a window popping up like this: image

Actual behavior

It tells me the site is connected but I cannot open any page: 2024-02-23_10-52-39

There are no console errors.

Sublime Text build number

4172

Operating system & version

Windows 10

(Linux) Desktop environment and/or window manager

No response

Additional information

Conversation in Discord

Here is my site config, with my api token/bot password redacted (although I got the same bug with en wikipedia):

        "support":
        {
            "authorization_type": "login",
            "cookies_browser": "chrome",
            "domain": "",
            "host": "support.wiki.gg",
            "http_auth_login": "",
            "http_auth_password": "",
            "https": true,
            "is_ssl_cert_verify": true,
            "is_wikia": false,
            "oauth_access_secret": "",
            "oauth_access_token": "",
            "oauth_consumer_secret": "",
            "oauth_consumer_token": "",
            "pagepath": "/",
            "password": "REDACTED_PASSWORD",
            "path": "/",
            "preview_custom_head":
            [
            ],
            "proxy_host": "",
            "retry_timeout": 30,
            "show_red_links": false,
            "summary_fail_buf": "",
            "use_http_auth": false,
            "username": "RheingoldRiver@SublimeText",
        },

Here are my setup instructions for Mediawiker.

OpenGL context information

No response

BenjaminSchaaf commented 5 days ago

I can't reproduce this in build 4183; the plugin works fine. Does it work in safe mode?