We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
This seems like a system error from HackerRank. I did the challenge correctly in Typescript and the output is correct, but I get this error and the test fails:
Traceback (most recent call last):
File "Solution.py", line 174, in
run_custom_checker(t_obj, r_obj)
File "Solution.py", line 75, in run_custom_checker
system_code = code_data[t_obj.submission_language].strip()
KeyError: u'typescript'
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Zig Zag Sequence
You are viewing a single comment's thread. Return to all comments →
This seems like a system error from HackerRank. I did the challenge correctly in Typescript and the output is correct, but I get this error and the test fails:
Traceback (most recent call last): File "Solution.py", line 174, in run_custom_checker(t_obj, r_obj) File "Solution.py", line 75, in run_custom_checker system_code = code_data[t_obj.submission_language].strip() KeyError: u'typescript'