mxgxw / MFRC522-python

A small class to interface with the NFC reader Module MFRC522
GNU Lesser General Public License v3.0
521 stars 419 forks source link

"The channel sent is invalid on a Raspberry Pi” #70

Closed Luke-K0 closed 5 years ago

Luke-K0 commented 5 years ago

After reading a card, i'm receiving following error: "The channel sent is invalid on a Raspberry Pi”
And program crashes. Any tips for a fix? I already tried to ask google, but all I've found is a tip to change GPIO mode from BOARD to BCM, but this is not working.

By bad, error was somewhere else. Sorry.