Arnatious / qbittorrent-snap

Snap package for qBittorrent
MIT License
10 stars 4 forks source link

Error During Installation #20

Closed george-emerald closed 1 year ago

george-emerald commented 1 year ago

I'm getting this error when I try to run the command

snap connect qbittorrent-arnatious:network-control qbittorrent-arnatious:network-manager
error: snap "qbittorrent-arnatious" has no slot named "network-manager"
Arnatious commented 1 year ago

There's a documentation error - snap connect can't take multiple slots, it parses it as a (slot, plug) pair, will fix.

In the meanwhile, break that into 2 connect commands.

snap connect qbittorrent-arnatious:network-control
snap connect qbittorrent-arnatious:network-manager