Package Details: stig 0.12.10a0-1

Git Clone URL: https://aur.archlinux.org/stig.git (read-only, click to copy)
Package Base: stig
Description: TUI and CLI client for the Transmission daemon
Upstream URL: https://github.com/rndusr/stig
Keywords: bittorrent terminal torrent transmission tui
Licenses: GPL
Submitter: kazuo
Maintainer: christian97 (dllud)
Last Packager: christian97
Votes: 17
Popularity: 0.130788
First Submitted: 2017-01-26 01:03 (UTC)
Last Updated: 2024-07-21 09:12 (UTC)

Latest Comments

1 2 Next › Last »

dllud commented on 2024-07-10 14:02 (UTC)

Hi christian97,

Any chance you can update this package? This old version is incompatible with urwid 2.4.2 and higher: https://github.com/rndusr/stig/issues/244 Arch is already on urwid 2.6.10 The latest version of stig (0.12.10a0) fixes the issue.

If you no longer have the time, I can volunteer to maintain the package.

MarsSeed commented on 2023-10-25 18:10 (UTC)

Please kindly add optdepends=python-aiohttp-socks for proxy support.

christian97 commented on 2023-05-06 06:29 (UTC)

Have you tried installing stig-git?

CocaCola commented on 2023-05-06 04:11 (UTC)

Plaese update it with AsyncioEventLoop patch https://github.com/rndusr/stig/commit/50e827b70088fdeef694ec630f1fa2c15e3c3a32

christian97 commented on 2020-12-02 09:04 (UTC)

If the application doesn't run after the 3.9 Python update, try to clean build the package

BachoSeven commented on 2020-08-06 14:29 (UTC)

Thanks, I just noticed the updates.

christian97 commented on 2020-08-06 13:19 (UTC)

The maintainers of urwidtrees forgot to add the "python-mock" dependency on the latest update. They have just fixed it, so you probably need to wait for your mirror to sync the newest release of "python-urwidtrees". In the meanwhile, to solve the problem, you could just install "python-mock".

BachoSeven commented on 2020-08-06 13:03 (UTC)

Cannot launch last release:

Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/stig/tui/main.py", line 60, in run tuiobjects.urwidloop.run() File "/usr/lib/python3.8/site-packages/urwid/main_loop.py", line 287, in run self._run() File "/usr/lib/python3.8/site-packages/urwid/main_loop.py", line 385, in _run self.event_loop.run() File "/usr/lib/python3.8/site-packages/stig/tui/urwidpatches.py", line 175, in run raise self._exc_info File "/usr/lib/python3.8/asyncio/events.py", line 81, in _run self._context.run(self._callback, self._args) File "/usr/lib/python3.8/site-packages/stig/client/poll.py", line 78, in reraise task.result() File "/usr/lib/python3.8/site-packages/stig/client/poll.py", line 89, in _poll_loop await self._poll_task File "/usr/lib/python3.8/site-packages/stig/client/poll.py", line 117, in _do_poll response = await self._request() File "/usr/lib/python3.8/site-packages/stig/client/aiotransmission/api_torrent.py", line 387, in torrents return await self._get_torrents_by_filter(keys, tfilter=torrents, File "/usr/lib/python3.8/site-packages/stig/client/aiotransmission/api_torrent.py", line 343, in _get_torrents_by_filter response = await self._get_torrents_by_ids(keys=tfilter.needed_keys, File "/usr/lib/python3.8/site-packages/stig/client/aiotransmission/api_torrent.py", line 316, in _get_torrents_by_ids response = await self._request_torrents(fields, ids) File "/usr/lib/python3.8/site-packages/stig/client/aiotransmission/api_torrent.py", line 235, in _request_torrents raw_tlist = await self.rpc.torrent_get(fields=fields) File "/usr/lib/python3.8/site-packages/stig/client/aiotransmission/rpc.py", line 457, in request await self.connect() File "/usr/lib/python3.8/site-packages/stig/client/aiotransmission/rpc.py", line 323, in connect import aiohttp File "/usr/lib/python3.8/site-packages/aiohttp/init.py", line 223, in <module> from .worker import GunicornWebWorker, GunicornUVLoopWebWorker # noqa File "/usr/lib/python3.8/site-packages/aiohttp/worker.py", line 11, in <module> from gunicorn.config import AccessLogFormat as GunicornAccessLogFormat File "/usr/lib/python3.8/site-packages/gunicorn/config.py", line 20, in <module> from gunicorn import version, util File "/usr/lib/python3.8/site-packages/gunicorn/util.py", line 26, in <module> import pkg_resources File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 3257, in <module> def _initialize_master_working_set(): File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 3240, in _call_aside f(args, **kwargs) File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 3269, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 582, in _build_master ws.require(requires) File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 899, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 785, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'mock' distribution was not found and is required by urwidtrees

pepper_chico commented on 2020-07-06 19:26 (UTC)

@chirstian97, it worked, thx.

christian97 commented on 2020-07-06 17:22 (UTC)

Thank you for reporting the problem, it should now be solved. Let me know if it works.