Skip to content

Instantly share code, notes, and snippets.

View delize's full-sized avatar
💭
I may be slow to respond.

Andrew Doering delize

💭
I may be slow to respond.
View GitHub Profile
2022-07-13 19:54:24 - DEBUG :: ('CP Server Thread-5',) : Tautulli Exporter :: Export called with section_id 1, metadata_level 3, media_info_level 3, thumb_level 0, art_level 0, export_type all, file_format csv
2022-07-13 19:54:24 - INFO :: Thread-163 : Tautulli Exporter :: Starting export for 'Library - Movies - All [1]'...
2022-07-13 19:54:37 - INFO :: Thread-163 : Tautulli Exporter :: Exporting 1449 item(s).
2022-07-13 20:09:53 - ERROR :: Thread-163 : Tautulli Exporter :: Failed to export 'Library - Movies - All [1]': HTTPSConnectionPool(host='***-***-***-***.***.plex.direct', port=32400): Read timed out. (read timeout=30)
Traceback (most recent call last):
File "/app/tautulli/lib/urllib3/connectionpool.py", line 449, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/app/tautulli/lib/urllib3/connectionpool.py", line 444, in _make_request
httplib_response = conn.getresponse()
sun.hac.lp1.d4c.nintendo.net
beach.hac.lp1.eshop.nintendo.net
aauth-lp1.ndas.srv.nintendo.net
accounts.nintendo.com
api.accounts.nintendo.com
app-a04.lp1.npns.srv.nintendo.net
aqua.hac.lp1.d4c.nintendo.net
atum.hac.lp1.d4c.nintendo.net
bcat-data-lp1.cdn.nintendo.net
bcat-list-lp1.cdn.nintendo.net
Facter.add('bitlocker_status') do
confine osfamily: 'Windows'
confine kernelmajversion: '10.0'
setcode do
require 'json'
bitlocker_status = {}
powershell = 'C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe'
cmd = '"Get-BitlockerVolume -MountPoint C: | ConvertTo-Json"'
@delize
delize / list-group-sample.py
Created August 12, 2016 19:46 — forked from sharifsalah/list-group-sample.py
Demo script to retrieve a list of Google Groups in a Google Apps domain based on the Directory API / Admin SDK. Requires access to an account with read access to groups and as well as a project with access to the the Admin SDK service.
#
# Copyright 2013 Sharif Salah
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software