Skip to content

Instantly share code, notes, and snippets.

@Tetrikus
Tetrikus / gist:6271f7c086f44e6ce9ec7121cab56ecb
Created December 27, 2017 12:27
~/OctoPrint $ ~/oprint/bin/python setup.py install
Traceback (most recent call last):
File "setup.py", line 217, in <module>
setup(**params())
File "/usr/lib/python2.7/distutils/core.py", line 125, in setup
dist.parse_config_files()
File "/usr/lib/python2.7/distutils/dist.py", line 390, in parse_config_files
parser.read(filename)
File "/usr/lib/python2.7/ConfigParser.py", line 305, in read
self._read(fp, filename)
File "/usr/lib/python2.7/ConfigParser.py", line 512, in _read
@Tetrikus
Tetrikus / gist:942f9caa8e2acf748bcbe70fd95d6c8b
Created December 27, 2017 12:25
~/oprint/bin/pip install -index-url https://pypi.python.org/simple --upgrade pip
/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
SNIMissingWarning
/home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Downloading simple (5
@Tetrikus
Tetrikus / cp-log-001
Created April 2, 2015 09:56
cp-log-001
04-02 11:48:42INFO[o.core.downloaders.nzbget] Sending "the boy next door 2015 ac3 bdrip xvid krw part01 rar 03 69 the boy next door 2015 ac3 bdrip xvid krw part01 rar yenc 1 41" to NZBGet.
04-02 11:48:42ERROR[ couchpotato.core.event] Error in event "download", that wasn't caught: Traceback (most recent call last):
File "/volume1/@appstore/couchpotatoserver/share/CouchPotatoServer/couchpotato/core/event.py", line 15, in runHandler
return handler(*args, **kwargs)
File "/volume1/@appstore/couchpotatoserver/share/CouchPotatoServer/couchpotato/core/_base/downloader/main.py", line 74, in _download
return self.download(data = data, media = media, filedata = filedata)
File "/volume1/@appstore/couchpotatoserver/share/CouchPotatoServer/couchpotato/core/downloaders/nzbget.py", line 54, in download
if rpc.writelog('INFO', 'CouchPotato connected to drop off %s.' % nzb_name):
File "/usr/local/python/lib/python2.7/xmlrpclib.py", line 1233, in __call__