dyc3 / steamguard-cli

A linux utility for generating 2FA codes for Steam and managing Steam trade confirmations.
GNU General Public License v3.0
545 stars 36 forks source link

steamguard-cli trade show nothing #342

Closed buncis closed 11 months ago

buncis commented 11 months ago

Version

steamguard-cli 0.4.3

What happened?

~ $ steamguard-cli trade INFO - reading manifest from /home/bc/.config/steamguard-cli/maFiles Enter encryption passkey: INFO - trade INFO - Checking for trade confirmations

press a key other than enter to show the menu.

it show nothing after I press any key

image

using -v debug showing the menu but it still not accept my market listing pending

image

my environment : ~ $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.3 LTS Release: 22.04 Codename: jammy

GNOME Version : 42.9 Windowing System X11

Steps To Reproduce

~ $ steamguard-cli trade INFO - reading manifest from /home/bc/.config/steamguard-cli/maFiles Enter encryption passkey: INFO - trade INFO - Checking for trade confirmations

press a key other than enter to show the menu.

it show nothing after I press any key

Relevant log output

No response

dyc3 commented 11 months ago

Your steamguard-cli is extremely out of date. Update it, and try again.

buncis commented 11 months ago

lol,before making this I have download latest release and do sudo dpkg -i for the new package yet it still not upodated

ah yes because I installed it using cargo before and cargo has no update ocmmand

dyc3 commented 11 months ago

to update using cargo, you can just cargo install it again and it'll download the latest

buncis commented 11 months ago

yeah done that, I have reinstall my cargo with rustup so that I could do rustup update then I go with cargo install steamguard-cli to upgrade it

before that I cannot insall the newest one because of this

package `time v0.3.30` cannot be built because it requires rustc 1.67.0 or newer, while the currently active rustc version is 1.66.1