Linux console version does nothing but say "No such device"
Opened this issue · 1 comments
bjstrange commented
[root@nas ~/games/US] # ./Switch-Library-Manager -m console -f .
Downlading latest switch titles json file
100% |████████████████████████████████████████|
Scanning folder [.]2024/10/27 00:28:18 no such device
Enabling debug shows nothing either
2024-10-27T00:28:15.924-0400 INFO src/main.go:40 [SLM starts]
2024-10-27T00:28:15.925-0400 INFO src/main.go:41 [Executable: /mnt/main/storage/roms/NintendoSwitch/games/US/Switch-Library-Manager]
2024-10-27T00:28:15.925-0400 INFO src/main.go:42 [Working directory: /mnt/main/storage/roms/NintendoSwitch/games/US]
2024-10-27T00:28:15.925-0400 INFO console/console-flags.go:114 [Flag -m: console]
2024-10-27T00:28:15.926-0400 INFO console/console-flags.go:114 [Flag -f: .]
2024-10-27T00:28:15.926-0400 INFO console/console-flags.go:112 [Flag -r: <missing>]
2024-10-27T00:28:15.926-0400 INFO console/console-flags.go:112 [Flag -e: <missing>]
2024-10-27T00:28:15.993-0400 INFO db/utils.go:47 file [https://tinfoil.media/repo/db/titles.json] was not downloaded, reason - [no new updates]
2024-10-27T00:28:16.014-0400 INFO db/utils.go:47 file [https://raw.githubusercontent.com/blawar/titledb/master/versions.json] was not downloaded, reason - [no new updates]
2024-10-27T00:28:18.172-0400 INFO settings/keys.go:44 Trying to load prod.keys based on settings.json: prod.keys
2024-10-27T00:28:18.426-0400 INFO settings/keys.go:77 Loaded prod.keys from: prod.keys
Running on a Debian 12 virtual machine.
trembon commented
it seems like a lot of people are having problem with the linux release, unfortunately i dont have a linux machine available for testing currently, so i dont have much to go on here
as a note, the linux build was just brought over from previous repo as i forked it