Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CodeChef parser is broken #49

Closed
kmyk opened this issue May 21, 2020 · 1 comment · Fixed by #144
Closed

CodeChef parser is broken #49

kmyk opened this issue May 21, 2020 · 1 comment · Fixed by #144

Comments

@kmyk
Copy link
Member

kmyk commented May 21, 2020

$ oj -v d -n 'https://www.codechef.com/PLIN2020/problems/CNTSET'              
[DEBUG] args: Namespace(cookie=PosixPath('/home/ubuntu/.local/share/online-judge-tools/cookie.jar'), directory=None, dry_run=True, format=None, json=False, silent=False, subcommand='d', system=False, url='https://www.codechef.com/PLIN2020/problems/CNTSET', verbose=True, version=False, yukicoder_token=None)
[DEBUG] User-Agent: online-judge-tools/10.0.3 (+https://github.com/online-judge-tools/oj)
[DEBUG] 
Traceback (most recent call last):
  File "/home/ubuntu/.local/lib/python3.6/site-packages/onlinejudge_command/main.py", line 227, in main
    run_program(namespace, parser=parser)
  File "/home/ubuntu/.local/lib/python3.6/site-packages/onlinejudge_command/main.py", line 202, in run_program
    download(args)
  File "/home/ubuntu/.local/lib/python3.6/site-packages/onlinejudge_command/subcommand/download.py", line 47, in download
    samples = problem.download_sample_cases(session=sess)
  File "/home/ubuntu/.local/lib/python3.6/site-packages/onlinejudge_workaround_for_conflict/service/codechef.py", line 59, in download_sample_cases
    raise SampleParseError('no markdown')
onlinejudge_workaround_for_conflict.type.SampleParseError: no markdown

[ERROR] no markdown
$ oj --version
online-judge-tools 10.0.3 (+ online-judge-api-client 10.0.8)
@kmyk kmyk added bug Something isn't working priority:low difficulty:high labels May 21, 2020
@kmyk kmyk added enhancement New feature or request and removed bug Something isn't working labels May 21, 2020
@kmyk kmyk changed the title CodeCher parser is broken CodeChef parser is broken May 21, 2020
@kmyk
Copy link
Member Author

kmyk commented May 21, 2020

The module is disabled at #50

@kmyk kmyk mentioned this issue Jul 29, 2021
@kmyk kmyk closed this as completed in #144 Aug 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant