Xerxes3rd / Wifiibo

Application and supporting library to manage amiibos using an ESP8266
67 stars 12 forks source link

Invalid Key File Error #14

Closed Caroma97 closed 5 years ago

Caroma97 commented 5 years ago

Hey,

cool project, but i have a problem with it:

When i try to upload the keys (hex or file upload) i always get the error "Invalid key file" Maybe someone can help me?

I tested the script with a NodeMCU v 1.0 ESP12E and a WEMOS D1 Mini and on both Boards the same Error...

Here the serial log:

state: 0 -> 2 (b0) state: 2 -> 3 (0) state: 3 -> 5 (10) add 0 aid 4 cnt connected with XXX, channel 11 dhcp client start... ip:192.168.1.117,mask:255.255.255.0,gw:192.168.1.1 NFC chip: MFRC522 FW ver: 2.0 pm open,type:2 0 handleFileUpload Name: key_retail.bin handleFileUpload len: 160 Uploading retail key. First upload part. handleFileUpload Size: 0 Finished upload. Invalid key file. /uploadAmiibo, POST

PS: Sorry for my bad english... ^^

877dev commented 5 years ago

Hi,

Not sure if it’s the same issue but I had problem uploading the keys and resolved it. See issue https://github.com/Xerxes3rd/Wifiibo/issues/11

“Using Wifiibo” section.

Caroma97 commented 5 years ago

It worked! Thank you for the help :D