Linux Challenge steps for their operation use a complex cloud service which operational status is continuously monitored. If the service doesn't work properly at the moment, you will see one of the following indicators on a Linux Challenge step:
The service is partially broken and may not work correctly right now. | |
The service is broken and may not work correctly right now. |
In both cases, sometimes you are able to successfully solve Linux Challenges, but it's not guaranteed. We recommend you to wait until the problem is fixed, and the broken status is gone
We're aware about these service statuses and already working on fixing the problem when it happens. There is no need to inform us about it.
Some known issues that can happen while working with Linux Challenge steps are described below:
You press the "Open Terminal" button, but you don't get a terminal window
Check that you get the same behavior using Google Chrome browser. If so, please write to us about the problem on support@cogniterra.org. It will be very helpful for us if you attach console logs from your browser to the request. More information: how to open a debug console and save logs;
You get a terminal window but can't type in it
The Docker container that your terminal connected to is probably not running because of some system issues. Try to submit your current solution and then reset the attempt (press "Start over" button). After that, your terminal will be connected to a new container;
Internet is not accessible in the terminal
The Internet access in the terminal is very limited. Some of the resources that are not blocked: official Ubuntu repository, PyPI repository, GitHub, Dropbox, Google Drive;
You get a wrong or strange feedback from the check system
Every check system feedback on a wrong solution should start with "Failed test #N". If you see this message, you can be sure that the check system evaluated your solution correctly. However, there may be an error in the checking script that can lead you to getting a "Failed test" feedback on a correct submission. In such a case, write about it in comments to the challenge. The challenge creator will be notified about the problem and hence can fix it;
You use Windows and can't paste anything in Terminal
Pasting in Terminal currently doesn't work, but we can suggest you this hack:
- Download AutoHotkey.exe (or AutoHotkey_x64.exe) from http://ahkscript.org;
- Create a file called AutoHotkey.ahk (или AutoHotkey_x64.ahk) with only one line in it:
#v:: sendinput %Clipboard%
- Put this file;
- Start AutoHotkey.exe - it will wait for the keys <Win> + <v> pressed;
- In the terminal on Cogniterra, press <Win> + <v> and the data from clipboard will be pasted.
If you receive some internal error on your submission, try to submit your solution again in a few minutes.