appium / appium/java-client

Original error: ffmpeg.exe has not been found in PATH. Please make sure it is installed

Open
#1,795 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

User side problem/problem of an external tool
Dominant language
Java
Stars
1.3k
Forks
752
Avg merge
6d 21h
Merged PRs (30d)
8

Description

Eventhough ffmpeg is installed in System and PATH variable is set, Appium throws this error.

org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: ffmpeg.exe has not been found in PATH. Please make sure it is installed

        <dependency>
            <groupId>io.appium</groupId>
            <artifactId>java-client</artifactId>
            <version>7.6.0</version>
        </dependency>
        DesiredCapabilities caps = new DesiredCapabilities();
        caps.setCapability("platformName","windows");
        caps.setCapability("app", "c://MyAppPath//MyApp.exe");
        URL url = new URL("http://127.0.0.1:4727/");
        AppiumDriver driver = new AppiumDriver(url, caps);

image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The report names the Java client dependency and AppiumDriver setup, but no source file, test, or entry point. Reproduce the Windows session with ffmpeg installed and PATH configured, then trace the ffmpeg lookup; done when the reported setup no longer produces the error and the behavior is covered by a verified fix or documented limitation.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
testing-qa
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.