Skip to content

Instantly share code, notes, and snippets.

View TheEssem's full-sized avatar

Essem TheEssem

View GitHub Profile
@TheEssem
TheEssem / TravisLog
Last active February 1, 2018 19:17
removed '/etc/apt/sources.list.d/basho_riak.list'
W: http://dl.hhvm.com/ubuntu/dists/trusty/InRelease: Signature by key 36AEF64D0207E7EEE352D4875A16E7281BE7A449 uses weak digest algorithm (SHA1)
W: GPG error: http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.2 Release: The following signatures were invalid: KEYEXPIRED 1507497109
W: The repository 'http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.2 Release' is not signed.
W: Failed to fetch http://ppa.launchpad.net/couchdb/stable/ubuntu/dists/trusty/InRelease Could not connect to ppa.launchpad.net:80 (91.189.95.83), connection timed out
W: Failed to fetch http://ppa.launchpad.net/git-core/ppa/ubuntu/dists/trusty/InRelease Unable to connect to ppa.launchpad.net:http:
W: Failed to fetch http://ppa.launchpad.net/openjdk-r/ppa/ubuntu/dists/trusty/InRelease Unable to connect to ppa.launchpad.net:http:
W: Failed to fetch http://ppa.launchpad.net/pollinate/ppa/ubuntu/dists/trusty/InRelease Unable to connect to ppa.launchpad.net:http:
W: Failed to fet
#!/usr/bin/python
import praw
import pdb
import re
import os
# Create the Reddit instance
reddit = praw.Reddit('bot1')
Task exception was never retrieved
future: <Task finished coro=<MusicPlayer.websocket_check() done, defined at /home/pi/Bots/ABGMusic/musicbot/player.py:280> exception=TimeoutError()>
Traceback (most recent call last):
File "/home/pi/Bots/ABGMusic/musicbot/player.py", line 287, in websocket_check
assert self.voice_client.ws.open
AssertionError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
[Command] 254535566090043393/AwesomeBroGaming (*play https://www.youtube.com/watch?v=pGvdvT_XWWI)
ERROR: Signature extraction failed: Traceback (most recent call last):
File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 1011, in _decrypt_signature
video_id, player_url, s
File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 925, in _extract_signature_function
errnote='Download of %s failed' % player_url)
File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 519, in _download_webpage
res = self._download_webpage_handle(url_or_request, video_id, note, errnote, fatal, encoding=encoding, data=data, headers=headers, query=query)
File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 426, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote, fatal, data=data, headers=headers, query=query)