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

Submission failed #3546

Open
ragunna opened this issue Jan 11, 2025 · 3 comments
Open

Submission failed #3546

ragunna opened this issue Jan 11, 2025 · 3 comments

Comments

@ragunna
Copy link

ragunna commented Jan 11, 2025

Hello,

My submission to RuTermEval competition (Track 2, Phase 2: https://codalab.lisn.upsaclay.fr/competitions/19600#participate-submit_results) keeps failing with the following error:

Traceback (most recent call last):
  File "/worker/worker.py", line 323, in run
    bundles = get_bundle(root_dir, 'run', bundle_url)
  File "/worker/worker.py", line 180, in get_bundle
    metadata[k] = get_bundle(bundle_path, k, v)
  File "/worker/worker.py", line 180, in get_bundle
    metadata[k] = get_bundle(bundle_path, k, v)
  File "/worker/worker.py", line 171, in get_bundle
    metadata = yaml.load(mf)
  File "/usr/local/lib/python2.7/dist-packages/yaml/__init__.py", line 71, in load
    return loader.get_single_data()
  File "/usr/local/lib/python2.7/dist-packages/yaml/constructor.py", line 37, in get_single_data
    node = self.get_single_node()
  File "/usr/local/lib/python2.7/dist-packages/yaml/composer.py", line 39, in get_single_node
    if not self.check_event(StreamEndEvent):
  File "/usr/local/lib/python2.7/dist-packages/yaml/parser.py", line 98, in check_event
    self.current_event = self.state()
  File "/usr/local/lib/python2.7/dist-packages/yaml/parser.py", line 174, in parse_document_start
    self.peek_token().start_mark)
ParserError: expected '', but found '{'
  in "/tmp/codalab/tmpM4mRoO/run/input/ref/metadata", line 2, column 1

Is it my fault? If so, how can I solve it?
I'm using Google Chrome 131.0.6778.265 (64-bit)
Thank you for help!

@Didayolo
Copy link
Member

Hi @ragunna,

  • What do you have in your submission? Do you have a metadata file?
  • Can you find an example submission of the competition? If so, is it working?
  • You can try to contact the competition organizers to report the problem (this repository is general for the platform)

@wwwwwxz-xz
Copy link

wwwwwxz-xz commented Jan 15, 2025

你好

我向 RuTermEval 竞赛(轨道 2,第 2 阶段:https://codalab.lisn.upsaclay.fr/competitions/19600#participate-submit_results)提交的提交一直失败,并出现以下错误:

Traceback (most recent call last):
  File "/worker/worker.py", line 323, in run
    bundles = get_bundle(root_dir, 'run', bundle_url)
  File "/worker/worker.py", line 180, in get_bundle
    metadata[k] = get_bundle(bundle_path, k, v)
  File "/worker/worker.py", line 180, in get_bundle
    metadata[k] = get_bundle(bundle_path, k, v)
  File "/worker/worker.py", line 171, in get_bundle
    metadata = yaml.load(mf)
  File "/usr/local/lib/python2.7/dist-packages/yaml/__init__.py", line 71, in load
    return loader.get_single_data()
  File "/usr/local/lib/python2.7/dist-packages/yaml/constructor.py", line 37, in get_single_data
    node = self.get_single_node()
  File "/usr/local/lib/python2.7/dist-packages/yaml/composer.py", line 39, in get_single_node
    if not self.check_event(StreamEndEvent):
  File "/usr/local/lib/python2.7/dist-packages/yaml/parser.py", line 98, in check_event
    self.current_event = self.state()
  File "/usr/local/lib/python2.7/dist-packages/yaml/parser.py", line 174, in parse_document_start
    self.peek_token().start_mark)
ParserError: expected '', but found '{'
  in "/tmp/codalab/tmpM4mRoO/run/input/ref/metadata", line 2, column 1

是我的错吗?如果是这样,我该如何解决?
我使用的是 Google Chrome 131.0.6778.265(64 位)
感谢您的帮助!

@Didayolo
Copy link
Member

Hi @wwwwwxz-xz,

  • What do you have in your submission? Do you have a metadata file?
  • Can you find an example submission of the competition? If so, is it working?
  • You can try to contact the competition organizers to report the problem (this repository is general for the platform)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants