webextension_local_filesystem_links
webextension_local_filesystem_links copied to clipboard
Not sure if this works on Apple Silicon systems
Hi, this extension used to work for me on my previous MacBook, with Intel CPU, and macOS 10.11.
Today when I am using this extension on Apple Silicon M1 machine, with macOS 11 Big Sur, all attempts return "An unexpected error occurred."
Is it expected that this extension may not work on ARM systems?
Hi, issue #160 could be related but I'm not sure what's causing the issue.
Python should be bundled with the native app maybe that app is not working on ARM hardware as it's binaries are compiled for x86.
If there would be a virtual machine image available, I could have a look to debug the issue.
I will check if there is one but Apple VMs are pretty hard to get. Sorry, I don't have Apple hardware, at the moment.
The version that is working was tested with a Mojave VM ware image.
You could check Python (Python 2.7 available?) and install the Python script manually (there is an install script at the native app repo).