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

Setup failed: No keyword with name 'Start Video Recording' , 'Stop Video Recording' found. #83

Open
pooja40jadeja opened this issue Jan 2, 2023 · 1 comment

Comments

@pooja40jadeja
Copy link

Getting below errors when trying to use ScreenCapLibrary to capture video on docker image.
New status: FAIL
New message: Setup failed:
No keyword with name 'Start Video Recording' found.

Also teardown failed:
No keyword with name 'Stop Video Recording' found.

robotframework-screencaplibrary-1.6.0 is installed using pip install while creating the docker image. It was working fine till now. Stopped working suddenly.

@djalan
Copy link

djalan commented Sep 12, 2024

I had the same problem with poetry install. Some post on Stack Overflow recommended to uninstall a library and reinstall it.

poetry install
.\.venv\scripts\pip uninstall --yes opencv-python
.\.venv\scripts\pip install opencv-python

Repo owner: this could be added in a FAQ section on the main Readme.

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