File not found¶
Possible reasons:¶
The configuration specifies a different main file than the one used in your project code.
Example: Amverum.yml specifies a file to run app.py, and in your project it is called bot.py. Or you made a typo and named the file bott.py, not bot. py.
The file has a different path. As an example, it is located in one directory, and the system or your code looks for it in another.
The file is not loaded. You can view the list of downloaded files in the «Repository» section
The required environment is not installed.
Solution:¶
Carefully check the compliance of the project with the configuration file, all paths and the fact of loading.
Clue
If you can’t figure it out, write to support support@amverum.com. Please immediately indicate your user and project name. We will try to help.