xeluxee / competitest.nvim

CompetiTest.nvim is a Neovim plugin for Competitive Programming: it can manage and check testcases, download problems and contests from online judges and much more
GNU Lesser General Public License v3.0
381 stars 15 forks source link

Fails to get problem or contest when there is a question mark. #31

Closed aniketpriyadarshi00 closed 1 year ago

aniketpriyadarshi00 commented 1 year ago

I was giving a contest on codeforces. The first problem had a question mark in it. I did CompetiTestReceive contest and then I pressed I pressed the green button on my browser but as soon as it reached to neovim there occured an error because the first problem had a question mark in it. I would highly request you to just remove characters which cause this problem.

Steps to reproduce:

  1. Go to https://codeforces.com/contest/1800 on browser.
  2. Parse the contest.
  3. Look back at neovim and receive an error.
xeluxee commented 1 year ago

Cannot reproduce your issue with provided steps. What command have you launched? Please paste the error you're getting

aniketpriyadarshi00 commented 1 year ago

Its on windows.

aniketpriyadarshi00 commented 1 year ago

image

xeluxee commented 1 year ago

Please try windows-illegal-characters branch

xeluxee commented 1 year ago

Fixed with 87c1d75