Opening GPIO errno 22
I try to setup a GPIO pin 26 on my Raspberry Pi 4 Rev1.5
But I get this error in the GPIO overwiew tab
"Opening GPIO: writing 'export': Invalid argument [errno 22]"
Server version 1.14.18

But I get this error in the GPIO overwiew tab
"Opening GPIO: writing 'export': Invalid argument [errno 22]"
Server version 1.14.18
Comments
cat /sys/kernel/debug/gpio
to see the numbers you need to use. Especially for pi 5 I know there is a difference. On bookworm with pi 4 I have it is identical to BCM numbering without offset.
Eventually it is an old error. Make a change and save and it might init then. the export file is where you write which pins you want to control. Are you on our image or an official pi image?