Package Details: twitchnotifier-git 20201013-1

Git Clone URL: https://aur.archlinux.org/twitchnotifier-git.git (read-only, click to copy)
Package Base: twitchnotifier-git
Description: A tool that sits in the background and notifies you using libnotify if a channel you follow comes online or goes offline
Upstream URL: https://github.com/GiedriusS/TwitchNotifier
Licenses: GPL
Submitter: Giedrius
Maintainer: Giedrius
Last Packager: Giedrius
Votes: 5
Popularity: 0.000000
First Submitted: 2015-01-21 14:14 (UTC)
Last Updated: 2021-10-18 21:02 (UTC)

Latest Comments

Giedrius commented on 2021-10-18 21:03 (UTC)

Updated as per https://github.com/GiedriusS/TwitchNotifier/pull/11.

hringriin commented on 2020-10-08 02:59 (UTC)

It seems to fail to get information. I have no clue why. It does nothing until I interrupt it with CTRL-c, then the following traceback is printed to the console:

>$ twitchnotifier -c ${USERNAME} -n
^CTraceback (most recent call last):
  File "/usr/bin/twitchnotifier", line 75, in <module>
    ST = API.get_status()
  File "/usr/lib/python3.8/site-packages/libtn.py", line 300, in get_status
    fol = self.get_followed_channels({'offset': offset,
  File "/usr/lib/python3.8/site-packages/libtn.py", line 158, in get_followed_channels
    json = self.access_kraken(cmd, payload)
  File "/usr/lib/python3.8/site-packages/libtn.py", line 216, in access_kraken
    req = requests.get(url, headers=HEAD, params=payload)
  File "/usr/lib/python3.8/site-packages/requests/api.py", line 76, in get
    return request('get', url, params=params, **kwargs)
  File "/usr/lib/python3.8/site-packages/requests/api.py", line 61, in request
    return session.request(method=method, url=url, **kwargs)
  File "/usr/lib/python3.8/site-packages/requests/sessions.py", line 530, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/lib/python3.8/site-packages/requests/sessions.py", line 643, in send
    r = adapter.send(request, **kwargs)
  File "/usr/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/usr/lib/python3.8/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/usr/lib/python3.8/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "<string>", line 3, in raise_from
  File "/usr/lib/python3.8/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/lib/python3.8/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/lib/python3.8/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python3.8/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/lib/python3.8/socket.py", line 669, in readinto
    return self._sock.recv_into(b)
  File "/usr/lib/python3.8/ssl.py", line 1241, in recv_into
    return self.read(nbytes, buffer)
  File "/usr/lib/python3.8/ssl.py", line 1099, in read
    return self._sslobj.read(len, buffer)
KeyboardInterrupt

Giedrius commented on 2015-05-01 19:06 (UTC)

Fixed date. A lot of changes since the last release, all users are recommended to upgrade