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

Failure in javascript domain with check command #12

Closed
ghislain-bernard opened this issue Dec 17, 2019 · 2 comments
Closed

Failure in javascript domain with check command #12

ghislain-bernard opened this issue Dec 17, 2019 · 2 comments

Comments

@ghislain-bernard
Copy link

I have a failure with checkio command in javascript domain :

$ checkio --domain=js run multiply-intro --check

Start checking...

['err', 'Traceback (most recent call last):\n  File "/opt/project/runners/ucheck/centertasks/uch.py", line 22, in <module>\n    S.LISTENERS[S.ON_CONNECT](run_data)\n  File "/opt/project/runners/ucheck/centertasks/checkio/referees/io.py", line 48, in on_ready\n    {\nKeyError: \'js\'\n', 'uch']
['error', 'ErrUchIsDown']

But everything is fine in python domain :

$ checkio --domain=py run multiply-intro --check

Start checking...

*** Basics ***
->[3, 2]
<-6
->[0, 1]
<-0
*** Extra ***
->[6, 3]
<-18
->[6, 7]
<-42

!!! Congratulation !!!

Link for checking solution of other users: https://py.checkio.org/mission/multiply-intro/publications/

Link for sharing solution: https://py.checkio.org/mission/multiply-intro/publications/add/

Here my config.ini :

$ cat ~/.checkio/config.ini 
[Main]
default_domain = js

[js_checkio]
executable = node
key = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
solutions = /home/user/checkio-js

[py_checkio]
key = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
solutions = /home/user/checkio-py
@oduvan
Copy link
Collaborator

oduvan commented May 7, 2020

thank you.

Please try to upgrade your client and try again

@ghislain-bernard
Copy link
Author

After updated the client, I have the same message as #13.
I close this issue.

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

No branches or pull requests

2 participants