ianding1 / leetcode.vim

Solve LeetCode problems in Vim!
MIT License
312 stars 43 forks source link

`error: interpret_expected_id`. LeetCode changed its API. #22

Closed ywpkwon closed 5 years ago

ywpkwon commented 5 years ago

I tried to :LeetCodeTest for the first time, but an error occurred: error: interpret_expected_id.

I found that leetcode has changed its API: https://github.com/skygragon/leetcode-cli/issues/187#issuecomment-543517790

Now https://leetcode.com/problems/restore-ip-addresses/interpret_solution/ doesn't return interpret_expected_id anymore. Please see the link above.

Is this sometime fixable?

VicVer09 commented 5 years ago

getting same issue. submit still works. manually copy pasting the input into the function and verifying the expected output is tedious alternative for now

ianding1 commented 5 years ago

Fixed

798f9cefad4b6b9c86376d8305706400dcaa3ad8