axolotl-chat / axolotl

A Signal compatible cross plattform client written in Go, Rust and Vuejs
https://axolotl.chat
GNU General Public License v3.0
320 stars 51 forks source link

[BUG] ProvisioningError: InvalidData: missing client UUID when linking Flare as secondary device #1075

Open raphj opened 1 year ago

raphj commented 1 year ago

Description

(for posterity, I would understand this never gets fixed)

I'm trying to pair Flare as a secondary device with Axolotl as a primary device (the non presage version). I get this error:

[2023-07-26T17:02:21Z TRACE flare::gui::error_dialog] ErrorDialog full error: Presage(
        ProvisioningError(
            InvalidData {
                reason: "missing client UUID",
            },
        ),
    )

Steps to Reproduce

  1. Have Axolotl as primary device
  2. Open Flare
  3. Get the QR-Code data
  4. Paste in Axolotl's new device modal dialog and click "Add"

Expected behavior: Flare is paired

Actual behavior: Flare displays:

[2023-07-26T17:02:21Z TRACE flare::gui::error_dialog] ErrorDialog full error: Presage(
        ProvisioningError(
            InvalidData {
                reason: "missing client UUID",
            },
        ),
    )

Versions

Last commit in the main branch (non presage)

Device

Mobian testing

Link to Debug Log

Nothing obvious in particular shows up as far as understand.

Initially reported at: https://gitlab.com/Schmiddiii/flare/-/issues/94

mschilli87 commented 8 months ago

I get the exact same error trying to pair Flare as a secondary device to a primary device running Whisperfish. So either both of those apps trigger the issue or it is Flare that's to 'blame' after all. 🤷