Closed ywpkwon closed 5 years ago
I tried to :LeetCodeTest for the first time, but an error occurred: error: interpret_expected_id.
:LeetCodeTest
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.
interpret_expected_id
Is this sometime fixable?
getting same issue. submit still works. manually copy pasting the input into the function and verifying the expected output is tedious alternative for now
Fixed
798f9cefad4b6b9c86376d8305706400dcaa3ad8
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?