akopachov / flipper-zero_authenticator-companion

Companion application for Flipper Authenticator software-based TOTP/HOTP authenticator for Flipper Zero device.
GNU General Public License v3.0
60 stars 5 forks source link

Empty list when connecting for first time #32

Closed yasbean closed 11 months ago

yasbean commented 11 months ago

Describe the bug I downloaded the Flipper Authentication Companion and opened it with F0 attached. When opening the Authenticator on the F0, the FAC shows the List tab but it is empty.

To Reproduce Steps to reproduce the behavior:

  1. Attach F0 to computer
  2. Open FAC
  3. FAC shows "Waiting for Authenticator app top be launched on Flipper Zero device"
  4. Open Authenticator Tool on F0
  5. FAC changes to "Token list is empty"
  6. Enter PIN on F0
  7. No change on FAC

Expected behavior I expected the list of keys on my F0 to be displayed

Screenshots If applicable, add screenshots to help explain your problem.

Device information (please complete the following information):

Additional context Authenticator V5.5

akopachov commented 11 months ago

Could you try to execute CLI command totp ls manually? Highly-likely there is something off with it, given this

yasbean commented 11 months ago

I have installed, build, and installed totp.fap and it runs. The FAC list is still empty. If I open the CLI and execute totp ls, I receive the following error: Failed to preload plugin. Code: 2. In fact, eventotp ?returns that error.

akopachov commented 11 months ago

Have you also extracted bunch of .fal files to /ext/apps_data/totp/plugins?

yasbean commented 11 months ago

No, I had not. It all works, now. Thank you!

akopachov commented 11 months ago

Glad it is working for you now