SeaDve / Mousai

Identify songs in seconds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TLS support is not available

dotlambda opened this issue · comments

System Info

  • io.github.seadve.Mousai 0.7.0

  • Flatpak: false

  • Distribution: NixOS 23.05 (Stoat)

  • Desktop Session: i3

  • Display Server: x11

  • GTK 4.10.1

  • Libadwaita 1.3.1

  • Libsoup 3.4.0

  • GStreamer 1.20.3

Describe the bug
When I click on "Listen" and (I assume) it's recorded a long enough sample, I get the error message TLS support is not available.

mousai
2023-04-09T03:29:19.232374Z  INFO mousai::application: Mousai (io.github.seadve.Mousai)
2023-04-09T03:29:19.232395Z  INFO mousai::application: Version: 0.7.0 ()
2023-04-09T03:29:19.232404Z  INFO mousai::application: Datadir: /nix/store/x5czd7i2mq3794xgvvz6plm0y34zv727-mousai-0.7.0/share/mousai
2023-04-09T03:29:25.019850Z  WARN mousai::audio_device: Skipping device `pulsedevice1` as it has no node.name property. FieldNotFound { name: "node.name" }
2023-04-09T03:29:25.019941Z  WARN mousai::audio_device: Failed to find default name using gstreamer: Failed to find a default device
2023-04-09T03:29:30.064038Z ERROR mousai::window::imp: Received Other Permanent Error: TLS support is not available (dbg: RecognizeError {
    kind: OtherPermanent,
    message: Some(
        "TLS support is not available",
    ),
})

To Reproduce
Run nix-build -A mousai && ./result/bin/mousai on a checkout of NixOS/nixpkgs#225370.

This is likely a packaging issue and there are missing libraries that must be installed.

This is likely a packaging issue and there are missing libraries that must be installed.

I would think so too. Do you know which library that could be?

I found the solution: NixOS/nixpkgs#72579
Sorry for opening this issue.

Do you know which library that could be?

possibly glib-networking

Sorry for opening this issue.

Don't worry about it