Builditluc / wiki-tui

A simple and easy to use Wikipedia Text User Interface
https://wiki-tui.net/
MIT License
395 stars 14 forks source link

[BUG] URLencodes don't work? #187

Closed Anaphylaxis closed 1 year ago

Anaphylaxis commented 1 year ago

General Information Version: 0.7.0 Installation Method: scoop Operating System: Windows 11 Backend (If changed during install):

Describe the bug When attempting to navigate to the C++ article from the C article, "Do you want to open the article 'C%2B%2B'? Yes -> "An error occurred, check the logs for more info, Error: failed fetching the article" The C# page works fine

To Reproduce Steps to reproduce the behavior:

  1. `wiki-tui 'c (programming language)'
  2. Click the "Not to be confused with C++" link
  3. The error is shown

Expected behavior Navigated to the C++ page, it works if you navigate manually or if you use wiki-tui c++ but it should be able to navigate to the c++ page from the C page without fail.

Screenshots image image

Crash report (if available) If available, upload the crash report for further information

Additional context This may be related to #112

Checklist

Builditluc commented 1 year ago

Hey @Anaphylaxis, sorry for the long wait but thank you for the bug report! This issue was already fixed by #181 after the report in #179, however, it hasn't been released yet. It'll be available once the new version gets released (soon.tm)

Builditluc commented 1 year ago

Good news @Anaphylaxis! Version 0.8 just released and with it, the fix for URL encoded links!