-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get session name, ID and key? #20
Comments
Related to matrix-commander/pull/179. grep -rw --include=*.py devices Output:
matrix-commander/blob/078da5f16c9b94893939ad19a21677f84a8625f9/requirements.txt#L9 https://pypi.org/project/matrix-nio/ https://matrix-nio.readthedocs.io/en/latest/#api-documentation |
https://matrix-nio.readthedocs.io/en/latest/nio.html#nio.Api.devices matrix nio get current device results of DuckDuckGo and Google do not help much. |
Both gs.log.error(f'{client.device_id=}') and jq '.device_id' ~/.config/matrix-commander/credentials.json work fine.
|
Session id is not the device id. |
When searching session in matrix-commander/issues relevant issues are: In matrix-commander-rs/issues there are no relevant issues, without filtering with session, according to their titles. |
When log out of https://app.element.io there seems to be an interesting prompt. |
Related to commit/1470570846f66b6c590b22d56ce9e8dda379fe30. hostname
whoami
matrix-commander -v Output:
matrix-commander --verify emojireq Output:
matrix-commander -h Output:
Output:
does not mention added means of verification, should proceed to an exhaustive verification then. |
matrix-commander --get-devices Output:
|
Maybe first should remove no more used devices and see when logged with the given account how it looks. Maybe the expected device is the other account one. |
Related to Benjamin_Loison/cron/issues/11. |
On Tchap for:
when initiate from phone verification to Ubuntu, the latter shows the emojis but not the former. So a manual text verification would be nice. |
return all devices, not the one we are using.
Related to #18.
+125
The text was updated successfully, but these errors were encountered: