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

v1.18.13 on Kubuntu 23.10: "Error: requestMetadata is not a function" when opening image #4138

Closed
NotizMe opened this issue Nov 13, 2023 · 0 comments · Fixed by #4132
Closed

Comments

@NotizMe
Copy link

NotizMe commented Nov 13, 2023

  1. Build and install Etcher
git clone git@github.com:balena-io/etcher.git
cd etcher
# Getting .resinci.json, see issue #4136 
git checkout 292f86d6f5b0e8dd34cb3dd6e008517f9a066cd0 .resinci.json
make electron-develop
# Removing gconf dependencies, see issue #4137
sed -i '/gconf/d' electron-builder.yml
sed -i '/gconf/d' docs/USER-DOCUMENTATION.md
sed -i '/gconf/d' scripts/resin/electron/electron-builder.json
make electron-build
sudo apt install ./dist/balena-etcher-electron_1.18.13+e9697359_amd64.deb
  1. Open Etcher
  2. Pick file
  • What do you think should have happened: I can continue
  • What happened:
    Message box: Error opening source
Something went wrong while opening /home/pieter/downloads/debian-12.2.0-i386-netinst.iso.

Error: requestMetadata is not a function

Error message

  • Do you see any meaningful error information in the DevTools? Nothing in the dev console

Extra info

v1.18.12 works perfectly when using the same workarounds for:

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

Successfully merging a pull request may close this issue.

1 participant