appium/appium-inspector

feature request: Linux arm64 version

JohnnyOhall opened this issue · 6 comments

Is this an issue specifically with Appium Inspector?

  • I have verified that my issue does not occur with Appium, and should be investigated as an Appium Inspector issue

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When launching AppImage with command ./Appium-Inspector-linux-2024.3.1.AppImage, error is received:

./Appium-Inspector-linux-2024.3.1.AppImage: 1: �: not found
./Appium-Inspector-linux-2024.3.1.AppImage: 2: }�P7pys�H��_f��h: not found
./Appium-Inspector-linux-2024.3.1.AppImage: 1: �b�@@: not found
./Appium-Inspector-linux-2024.3.1.AppImage: 1: ELFAI: not found
./Appium-Inspector-linux-2024.3.1.AppImage: 19: Syntax error: Unterminated quoted string

File downloaded from: releases - 2024.3.1
Instructions followed from: Installation Instructions

Expected Behavior

Application should launch

Operating System

Linux

Appium Inspector Version

2024.3.1

Appium Version

2.5.1

Further Information

Device is Raspberry Pi 5
Running Ubuntu 23.10
Device is up to date, Appium is function correctly (able to connect to devices and control)

Thanks for the report. Could you please check whether this problem is reproducible with older Inspector versions?

I just checked with Inspector versions 2024.2.1 & 2023.2.1 with the same error output.

./Appium-Inspector-linux-2023.2.1.AppImage: 1: �: not found
./Appium-Inspector-linux-2023.2.1.AppImage: 2: }�P7pys�H��_f��h: not found
./Appium-Inspector-linux-2023.2.1.AppImage: 1: �b�@@: not found
./Appium-Inspector-linux-2023.2.1.AppImage: 1: ELFAI: not found
./Appium-Inspector-linux-2023.2.1.AppImage: 19: Syntax error: Unterminated quoted string

Right, I just checked the build parameters and it seems the Linux release is built for x64. I'll change this to a feature request for adding a Linux arm64 release into the build pipeline.

Thank you!

@JohnnyOhall version 2024.3.4 is now also distributed for Linux arm64, in .AppImage and .tar.gz formats.

Thanks so much!
Edit: Confirmed working as well.